Shades of Cocoa Brown #372207
Tints of Cocoa Brown #372207
RGB
CMYK
RGB Variations
Color information
#372207 (or 0x372207) is known color: Cocoa Brown. HEX triplet: 37, 22 and 07. RGB value is (55,34,7). Sum of RGB (Red+Green+Blue) = 55+34+7=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #372207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372207 is #C8DDF8. Grayscale: #252525. Windows color (decimal): -13164025 or 467511. OLE color: 467511.
HSL color Cylindrical-coordinate representation of color #372207: hue angle of 33.75º 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 #372207 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 34 | 7 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.78 |
| HSL | 33.75º | 0.77% | 0.12% | - |
| HSV(B) | 33.75º | 0.87% | 0.22% | - |
| XYZ | 2.19 | 1.97 | 0.47 | - |
| YUV | 37.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 7 | 0 | 0.38 | 0.87 | 0.78 | 33.75 | 0.77 | 0.12 |
| Hex | 37 | 22 | 7 | 0 | 26 | 57 | 4E | 22 | 4D | C |
| Octal | 67 | 42 | 7 | 0 | 46 | 127 | 116 | 42 | 115 | 14 |
| Binary | 110111 | 100010 | 111 | 0 | 100110 | 1010111 | 1001110 | 100010 | 1001101 | 1100 |
Color Harmonies of #372207
Complementary color
Monochromatic Colors of #372207
Black with #372207
Text Example
Text Example
White with #372207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372207; }
p { color: rgb(55,34,7); }
H1.HeaderClassName
{
color: #372207;
}
.AnyTagClassName
{
color: #372207;
}
</style>
background-color css
<style>
a { background-color: #372207; }
a { background-color: rgb(55,34,7); }
div.DivClassName
{
background-color: #372207;
}
.BgClassName
{
background-color: #372207;
}
</style>
border-color css
<style>
span { border-color: #372207; }
span { border-color: rgb(55,34,7); }
td.TdClassName
{
border-color: #372207;
}
.TagClassName
{
border-color: #372207;
}
</style>