#311812

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

Shades of Seal Brown #311812

Tints of Seal Brown #311812

Color information

#311812 (or 0x311812) is unknown color: approx Seal Brown. HEX triplet: 31, 18 and 12. RGB value is (49,24,18). Sum of RGB (Red+Green+Blue) = 49+24+18=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #311812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311812 is #CEE7ED. Grayscale: #1E1E1E. Windows color (decimal): -13559790 or 1185841. OLE color: 1185841.

HSL color Cylindrical-coordinate representation of color #311812: hue angle of 11.61º 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 #311812 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB492418-
CMYK00.510.630.81
HSL11.61º46.27%13.14%-
HSV(B)11.61º63.27%19.22%-
XYZ1.71.350.74-
YUV30.79120.78140.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.85%
GREEN value IS 24 (9.77% from 255) = 26.37%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=53.85%
G=26.37%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49241800.510.630.8111.6146.2713.14
Hex3118120333F51c2ed
Octal61302206377121145615
Binary11000111000100100110011111111101000111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311812; }

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

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

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

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

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

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

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

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