#371412

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

Shades of Seal Brown #371412

Tints of Seal Brown #371412

Color information

#371412 (or 0x371412) is unknown color: approx Seal Brown. HEX triplet: 37, 14 and 12. RGB value is (55,20,18). Sum of RGB (Red+Green+Blue) = 55+20+18=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #371412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371412 is #C8EBED. Grayscale: #1E1E1E. Windows color (decimal): -13167598 or 1184823. OLE color: 1184823.

HSL color Cylindrical-coordinate representation of color #371412: hue angle of 3.24º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371412 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB552018-
CMYK00.640.670.78
HSL3.24º50.68%14.31%-
HSV(B)3.24º67.27%21.57%-
XYZ1.931.360.73-
YUV30.24121.1145.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.14%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=59.14%
G=21.51%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55201800.640.670.783.2450.6814.31
Hex371412040434E333e
Octal672422010010311636316
Binary11011110100100100100000010000111001110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371412; }

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

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

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

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

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

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

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

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