#371C18

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

Shades of Seal Brown #371C18

Tints of Seal Brown #371C18

Color information

#371C18 (or 0x371C18) is unknown color: approx Seal Brown. HEX triplet: 37, 1C and 18. RGB value is (55,28,24). Sum of RGB (Red+Green+Blue) = 55+28+24=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #371C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371C18 is #C8E3E7. Grayscale: #232323. Windows color (decimal): -13165544 or 1580087. OLE color: 1580087.

HSL color Cylindrical-coordinate representation of color #371C18: hue angle of 7.74º 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 #371C18 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB552824-
CMYK00.490.560.78
HSL7.74º39.24%15.49%-
HSV(B)7.74º56.36%21.57%-
XYZ2.161.711.08-
YUV35.62121.45141.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.40%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=51.40%
G=26.17%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55282400.490.560.787.7439.2415.49
Hex371C18031384E827f
Octal67343006170116104717
Binary11011111100110000110001111000100111010001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371C18; }

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

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

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

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

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

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

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

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