Html Css Color HEX #372000 Cocoa Brown

📋 copy color: '#372000'

red 55 ◦ green 32 ◦ blue 0

#372000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #372000

Tints of Cocoa Brown #372000

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 value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#372000 (or 0x372000) is known color: 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

RGB 55 32 0 -
CMYK 0 0.42 1 0.78
HSL 34.91º 1% 0.11% -
HSV(B) 34.91º 1% 0.22% -
XYZ 2.09 1.85 0.25 -
YUV 35.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 55 32 0 0 0.42 1 0.78 34.91 1 0.11
Hex 37 20 0 0 2A 64 4E 23 64 B
Octal 67 40 0 0 52 144 116 43 144 13
Binary 110111 100000 0 0 101010 1100100 1001110 100011 1100100 1011

Color Harmonies of #372000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372000

Black with #372000

Text Example


Text Example

White with #372000

Text Example


Text Example

HTML Codes & Css Web 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>