#271513

Color #271513 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #271513

Tints of Seal Brown #271513

Color information

#271513 (or 0x271513) is unknown color: approx Seal Brown. HEX triplet: 27, 15 and 13. RGB value is (39,21,19). Sum of RGB (Red+Green+Blue) = 39+21+19=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #271513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271513 is #D8EAEC. Grayscale: #1A1A1A. Windows color (decimal): -14215917 or 1250599. OLE color: 1250599.

HSL color Cylindrical-coordinate representation of color #271513: hue angle of 6º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #271513 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB392119-
CMYK00.460.510.85
HSL34.48%11.37%-
HSV(B)51.28%15.29%-
XYZ1.221.010.75-
YUV26.15123.96137.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 49.37%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 19 (7.81% from 255) = 24.05%
R=49.37%
G=26.58%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39211900.460.510.85634.4811.37
Hex27151302E3355622b
Octal4725230566312564213
Binary1001111010110011010111011001110101011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271513; }

 p { color: rgb(39,21,19); }

 H1.HeaderClassName
 {
   color: #271513;
 }
 .AnyTagClassName
 {
   color: #271513;
 }
</style>
background-color css

<style>
 a { background-color: #271513; }

 a { background-color: rgb(39,21,19); }

 div.DivClassName
 {
   background-color: #271513;
 }
 .BgClassName
 {
   background-color: #271513;
 }
</style>
border-color css

<style>
 span { border-color: #271513; }

 span { border-color: rgb(39,21,19); }

 td.TdClassName
 {
   border-color: #271513;
 }
 .TagClassName
 {
   border-color: #271513;
 }
</style>