#372400

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

Shades of Cocoa Brown #372400

Tints of Cocoa Brown #372400

Color information

#372400 (or 0x372400) is unknown color: approx Cocoa Brown. HEX triplet: 37, 24 and 00. RGB value is (55,36,0). Sum of RGB (Red+Green+Blue) = 55+36+0=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #372400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372400 is #C8DBFF. Grayscale: #252525. Windows color (decimal): -13163520 or 9271. OLE color: 9271.

HSL color Cylindrical-coordinate representation of color #372400: hue angle of 39.27º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #372400 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB55360-
CMYK00.3510.78
HSL39.27º100%10.78%-
HSV(B)39.27º100%21.57%-
XYZ2.212.070.28-
YUV37.58106.79140.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 60.44%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.44%
G=39.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5536000.3510.7839.2710010.78
Hex37240023644E2764b
Octal674400431441164714413
Binary110111100100001000111100100100111010011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372400; }

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

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

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

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

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

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

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

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