#371918

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

Shades of Seal Brown #371918

Tints of Seal Brown #371918

Color information

#371918 (or 0x371918) is unknown color: approx Seal Brown. HEX triplet: 37, 19 and 18. RGB value is (55,25,24). Sum of RGB (Red+Green+Blue) = 55+25+24=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #371918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371918 is #C8E6E7. Grayscale: #212121. Windows color (decimal): -13166312 or 1579319. OLE color: 1579319.

HSL color Cylindrical-coordinate representation of color #371918: hue angle of 1.94º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #371918 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB552524-
CMYK00.550.560.78
HSL1.94º39.24%15.49%-
HSV(B)1.94º56.36%21.57%-
XYZ2.091.571.06-
YUV33.86122.44143.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 25 (10.16% from 255) = 24.04%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=52.88%
G=24.04%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55252400.550.560.781.9439.2415.49
Hex371918037384E227f
Octal6731300677011624717
Binary110111110011100001101111110001001110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371918; }

 p { color: rgb(55,25,24); }

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

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

 a { background-color: rgb(55,25,24); }

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

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

 span { border-color: rgb(55,25,24); }

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