#371812

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

Shades of Seal Brown #371812

Tints of Seal Brown #371812

Color information

#371812 (or 0x371812) is unknown color: approx Seal Brown. HEX triplet: 37, 18 and 12. RGB value is (55,24,18). Sum of RGB (Red+Green+Blue) = 55+24+18=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #371812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371812 is #C8E7ED. Grayscale: #202020. Windows color (decimal): -13166574 or 1185847. OLE color: 1185847.

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

Color convert

RGB552418-
CMYK00.560.670.78
HSL9.73º50.68%14.31%-
HSV(B)9.73º67.27%21.57%-
XYZ2.011.510.76-
YUV32.58119.77143.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.70%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=56.70%
G=24.74%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55241800.560.670.789.7350.6814.31
Hex371812038434Ea33e
Octal673022070103116126316
Binary110111110001001001110001000011100111010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371812; }

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

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

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

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

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

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

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

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