#372213

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

Shades of Cocoa Brown #372213

Tints of Cocoa Brown #372213

Color information

#372213 (or 0x372213) is unknown color: approx Cocoa Brown. HEX triplet: 37, 22 and 13. RGB value is (55,34,19). Sum of RGB (Red+Green+Blue) = 55+34+19=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #372213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372213 is #C8DDEC. Grayscale: #262626. Windows color (decimal): -13164013 or 1253943. OLE color: 1253943.

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

Color convert

RGB553419-
CMYK00.380.650.78
HSL25º48.65%14.51%-
HSV(B)25º65.45%21.57%-
XYZ2.2720.88-
YUV38.57116.96139.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.93%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=50.93%
G=31.48%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55341900.380.650.782548.6514.51
Hex372213026414E1931f
Octal674223046101116316117
Binary11011110001010011010011010000011001110110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372213; }

 p { color: rgb(55,34,19); }

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

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

 a { background-color: rgb(55,34,19); }

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

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

 span { border-color: rgb(55,34,19); }

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