#372000

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

Shades of Cocoa Brown #372000

Tints of Cocoa Brown #372000

Color information

#372000 (or 0x372000) is unknown color: approx Cocoa Brown. HEX triplet: 37, 20 and 00. RGB value is (55,32,0). Sum of RGB (Red+Green+Blue) = 55+32+0=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #372000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372000 is #C8DFFF. Grayscale: #232323. Windows color (decimal): -13164544 or 8247. OLE color: 8247.

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

Color convert

RGB55320-
CMYK00.4210.78
HSL34.91º100%10.78%-
HSV(B)34.91º100%21.57%-
XYZ2.091.850.25-
YUV35.23108.12142.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.22%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.22%
G=36.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5532000.4210.7834.9110010.78
Hex3720002A644E2364b
Octal674000521441164314413
Binary110111100000001010101100100100111010001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372000; }

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

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

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

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

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

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

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

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