Shades of Cocoa Brown #372205
Tints of Cocoa Brown #372205
RGB
CMYK
RGB Variations
Color information
#372205 (or 0x372205) is known color: Cocoa Brown. HEX triplet: 37, 22 and 05. RGB value is (55,34,5). Sum of RGB (Red+Green+Blue) = 55+34+5=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #372205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372205 is #C8DDFA. Grayscale: #252525. Windows color (decimal): -13164027 or 336439. OLE color: 336439.
HSL color Cylindrical-coordinate representation of color #372205: hue angle of 34.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #372205 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 34 | 5 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.78 |
| HSL | 34.8º | 0.83% | 0.12% | - |
| HSV(B) | 34.8º | 0.91% | 0.22% | - |
| XYZ | 2.17 | 1.97 | 0.41 | - |
| YUV | 36.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 5 | 0 | 0.38 | 0.91 | 0.78 | 34.8 | 0.83 | 0.12 |
| Hex | 37 | 22 | 5 | 0 | 26 | 5B | 4E | 23 | 53 | C |
| Octal | 67 | 42 | 5 | 0 | 46 | 133 | 116 | 43 | 123 | 14 |
| Binary | 110111 | 100010 | 101 | 0 | 100110 | 1011011 | 1001110 | 100011 | 1010011 | 1100 |
Color Harmonies of #372205
Complementary color
Monochromatic Colors of #372205
Black with #372205
Text Example
Text Example
White with #372205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372205; }
p { color: rgb(55,34,5); }
H1.HeaderClassName
{
color: #372205;
}
.AnyTagClassName
{
color: #372205;
}
</style>
background-color css
<style>
a { background-color: #372205; }
a { background-color: rgb(55,34,5); }
div.DivClassName
{
background-color: #372205;
}
.BgClassName
{
background-color: #372205;
}
</style>
border-color css
<style>
span { border-color: #372205; }
span { border-color: rgb(55,34,5); }
td.TdClassName
{
border-color: #372205;
}
.TagClassName
{
border-color: #372205;
}
</style>