Shades of Cocoa Brown #372301
Tints of Cocoa Brown #372301
RGB
CMYK
RGB Variations
Color information
#372301 (or 0x372301) is known color: Cocoa Brown. HEX triplet: 37, 23 and 01. RGB value is (55,35,1). Sum of RGB (Red+Green+Blue) = 55+35+1=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #372301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372301 is #C8DCFE. Grayscale: #252525. Windows color (decimal): -13163775 or 74551. OLE color: 74551.
HSL color Cylindrical-coordinate representation of color #372301: hue angle of 37.78º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #372301 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 35 | 1 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.78 |
| HSL | 37.78º | 0.96% | 0.11% | - |
| HSV(B) | 37.78º | 0.98% | 0.22% | - |
| XYZ | 2.18 | 2.02 | 0.3 | - |
| YUV | 37.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 1 | 0 | 0.36 | 0.98 | 0.78 | 37.78 | 0.96 | 0.11 |
| Hex | 37 | 23 | 1 | 0 | 24 | 62 | 4E | 26 | 60 | B |
| Octal | 67 | 43 | 1 | 0 | 44 | 142 | 116 | 46 | 140 | 13 |
| Binary | 110111 | 100011 | 1 | 0 | 100100 | 1100010 | 1001110 | 100110 | 1100000 | 1011 |
Color Harmonies of #372301
Complementary color
Monochromatic Colors of #372301
Black with #372301
Text Example
Text Example
White with #372301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372301; }
p { color: rgb(55,35,1); }
H1.HeaderClassName
{
color: #372301;
}
.AnyTagClassName
{
color: #372301;
}
</style>
background-color css
<style>
a { background-color: #372301; }
a { background-color: rgb(55,35,1); }
div.DivClassName
{
background-color: #372301;
}
.BgClassName
{
background-color: #372301;
}
</style>
border-color css
<style>
span { border-color: #372301; }
span { border-color: rgb(55,35,1); }
td.TdClassName
{
border-color: #372301;
}
.TagClassName
{
border-color: #372301;
}
</style>