#372413

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

Shades of Cocoa Brown #372413

Tints of Cocoa Brown #372413

Color information

#372413 (or 0x372413) is unknown color: approx Cocoa Brown. HEX triplet: 37, 24 and 13. RGB value is (55,36,19). Sum of RGB (Red+Green+Blue) = 55+36+19=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #372413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372413 is #C8DBEC. Grayscale: #272727. Windows color (decimal): -13163501 or 1254455. OLE color: 1254455.

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

Color convert

RGB553619-
CMYK00.350.650.78
HSL28.33º48.65%14.51%-
HSV(B)28.33º65.45%21.57%-
XYZ2.322.120.9-
YUV39.74116.29138.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=50%
G=32.73%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55361900.350.650.7828.3348.6514.51
Hex372413023414E1c31f
Octal674423043101116346117
Binary11011110010010011010001110000011001110111001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372413; }

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

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

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

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

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

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

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

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