#311412

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

Shades of Seal Brown #311412

Tints of Seal Brown #311412

Color information

#311412 (or 0x311412) is unknown color: approx Seal Brown. HEX triplet: 31, 14 and 12. RGB value is (49,20,18). Sum of RGB (Red+Green+Blue) = 49+20+18=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #311412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311412 is #CEEBED. Grayscale: #1C1C1C. Windows color (decimal): -13560814 or 1184817. OLE color: 1184817.

HSL color Cylindrical-coordinate representation of color #311412: hue angle of 3.87º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311412 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB492018-
CMYK00.590.630.81
HSL3.87º46.27%13.14%-
HSV(B)3.87º63.27%19.22%-
XYZ1.631.20.72-
YUV28.44122.11142.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=56.32%
G=22.99%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49201800.590.630.813.8746.2713.14
Hex31141203B3F5142ed
Octal6124220737712145615
Binary1100011010010010011101111111110100011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311412; }

 p { color: rgb(49,20,18); }

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

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

 a { background-color: rgb(49,20,18); }

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

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

 span { border-color: rgb(49,20,18); }

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