Shades of Cocoa Brown #372307
Tints of Cocoa Brown #372307
RGB
CMYK
RGB Variations
Color information
#372307 (or 0x372307) is known color: Cocoa Brown. HEX triplet: 37, 23 and 07. RGB value is (55,35,7). Sum of RGB (Red+Green+Blue) = 55+35+7=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #372307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372307 is #C8DCF8. Grayscale: #252525. Windows color (decimal): -13163769 or 467767. OLE color: 467767.
HSL color Cylindrical-coordinate representation of color #372307: hue angle of 35º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #372307 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 35 | 7 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.78 |
| HSL | 35º | 0.77% | 0.12% | - |
| HSV(B) | 35º | 0.87% | 0.22% | - |
| XYZ | 2.21 | 2.03 | 0.48 | - |
| YUV | 37.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 7 | 0 | 0.36 | 0.87 | 0.78 | 35 | 0.77 | 0.12 |
| Hex | 37 | 23 | 7 | 0 | 24 | 57 | 4E | 23 | 4D | C |
| Octal | 67 | 43 | 7 | 0 | 44 | 127 | 116 | 43 | 115 | 14 |
| Binary | 110111 | 100011 | 111 | 0 | 100100 | 1010111 | 1001110 | 100011 | 1001101 | 1100 |
Color Harmonies of #372307
Complementary color
Monochromatic Colors of #372307
Black with #372307
Text Example
Text Example
White with #372307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372307; }
p { color: rgb(55,35,7); }
H1.HeaderClassName
{
color: #372307;
}
.AnyTagClassName
{
color: #372307;
}
</style>
background-color css
<style>
a { background-color: #372307; }
a { background-color: rgb(55,35,7); }
div.DivClassName
{
background-color: #372307;
}
.BgClassName
{
background-color: #372307;
}
</style>
border-color css
<style>
span { border-color: #372307; }
span { border-color: rgb(55,35,7); }
td.TdClassName
{
border-color: #372307;
}
.TagClassName
{
border-color: #372307;
}
</style>