Shades of Cocoa Brown #372305
Tints of Cocoa Brown #372305
RGB
CMYK
RGB Variations
Color information
#372305 (or 0x372305) is known color: Cocoa Brown. HEX triplet: 37, 23 and 05. RGB value is (55,35,5). Sum of RGB (Red+Green+Blue) = 55+35+5=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #372305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372305 is #C8DCFA. Grayscale: #252525. Windows color (decimal): -13163771 or 336695. OLE color: 336695.
HSL color Cylindrical-coordinate representation of color #372305: hue angle of 36º 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 #372305 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 35 | 5 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.78 |
| HSL | 36º | 0.83% | 0.12% | - |
| HSV(B) | 36º | 0.91% | 0.22% | - |
| XYZ | 2.2 | 2.03 | 0.42 | - |
| YUV | 37.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 5 | 0 | 0.36 | 0.91 | 0.78 | 36 | 0.83 | 0.12 |
| Hex | 37 | 23 | 5 | 0 | 24 | 5B | 4E | 24 | 53 | C |
| Octal | 67 | 43 | 5 | 0 | 44 | 133 | 116 | 44 | 123 | 14 |
| Binary | 110111 | 100011 | 101 | 0 | 100100 | 1011011 | 1001110 | 100100 | 1010011 | 1100 |
Color Harmonies of #372305
Complementary color
Monochromatic Colors of #372305
Black with #372305
Text Example
Text Example
White with #372305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372305; }
p { color: rgb(55,35,5); }
H1.HeaderClassName
{
color: #372305;
}
.AnyTagClassName
{
color: #372305;
}
</style>
background-color css
<style>
a { background-color: #372305; }
a { background-color: rgb(55,35,5); }
div.DivClassName
{
background-color: #372305;
}
.BgClassName
{
background-color: #372305;
}
</style>
border-color css
<style>
span { border-color: #372305; }
span { border-color: rgb(55,35,5); }
td.TdClassName
{
border-color: #372305;
}
.TagClassName
{
border-color: #372305;
}
</style>