Shades of Cocoa Brown #372213
Tints of Cocoa Brown #372213
RGB
CMYK
RGB Variations
Color information
#372213 (or 0x372213) is known color: Cocoa Brown. HEX triplet: 37, 22 and 13. RGB value is (55,34,19). Sum of RGB (Red+Green+Blue) = 55+34+19=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #372213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372213 is #C8DDEC. Grayscale: #262626. Windows color (decimal): -13164013 or 1253943. OLE color: 1253943.
HSL color Cylindrical-coordinate representation of color #372213: hue angle of 25º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #372213 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 34 | 19 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.78 |
| HSL | 25º | 0.49% | 0.15% | - |
| HSV(B) | 25º | 0.65% | 0.22% | - |
| XYZ | 2.27 | 2 | 0.88 | - |
| YUV | 38.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 19 | 0 | 0.38 | 0.65 | 0.78 | 25 | 0.49 | 0.15 |
| Hex | 37 | 22 | 13 | 0 | 26 | 41 | 4E | 19 | 31 | F |
| Octal | 67 | 42 | 23 | 0 | 46 | 101 | 116 | 31 | 61 | 17 |
| Binary | 110111 | 100010 | 10011 | 0 | 100110 | 1000001 | 1001110 | 11001 | 110001 | 1111 |
Color Harmonies of #372213
Complementary color
Monochromatic Colors of #372213
Black with #372213
Text Example
Text Example
White with #372213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372213; }
p { color: rgb(55,34,19); }
H1.HeaderClassName
{
color: #372213;
}
.AnyTagClassName
{
color: #372213;
}
</style>
background-color css
<style>
a { background-color: #372213; }
a { background-color: rgb(55,34,19); }
div.DivClassName
{
background-color: #372213;
}
.BgClassName
{
background-color: #372213;
}
</style>
border-color css
<style>
span { border-color: #372213; }
span { border-color: rgb(55,34,19); }
td.TdClassName
{
border-color: #372213;
}
.TagClassName
{
border-color: #372213;
}
</style>