Shades of Cocoa Brown #36230E
Tints of Cocoa Brown #36230E
RGB
CMYK
RGB Variations
Color information
#36230E (or 0x36230E) is known color: Cocoa Brown. HEX triplet: 36, 23 and 0E. RGB value is (54,35,14). Sum of RGB (Red+Green+Blue) = 54+35+14=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #36230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36230E is #C9DCF1. Grayscale: #262626. Windows color (decimal): -13229298 or 926518. OLE color: 926518.
HSL color Cylindrical-coordinate representation of color #36230E: hue angle of 31.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36230E is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 35 | 14 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.79 |
| HSL | 31.5º | 0.59% | 0.13% | - |
| HSV(B) | 31.5º | 0.74% | 0.21% | - |
| XYZ | 2.2 | 2.02 | 0.69 | - |
| YUV | 38.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 14 | 0 | 0.35 | 0.74 | 0.79 | 31.5 | 0.59 | 0.13 |
| Hex | 36 | 23 | E | 0 | 23 | 4A | 4F | 1F | 3B | D |
| Octal | 66 | 43 | 16 | 0 | 43 | 112 | 117 | 37 | 73 | 15 |
| Binary | 110110 | 100011 | 1110 | 0 | 100011 | 1001010 | 1001111 | 11111 | 111011 | 1101 |
Color Harmonies of #36230E
Complementary color
Monochromatic Colors of #36230E
Black with #36230E
Text Example
Text Example
White with #36230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36230E; }
p { color: rgb(54,35,14); }
H1.HeaderClassName
{
color: #36230E;
}
.AnyTagClassName
{
color: #36230E;
}
</style>
background-color css
<style>
a { background-color: #36230E; }
a { background-color: rgb(54,35,14); }
div.DivClassName
{
background-color: #36230E;
}
.BgClassName
{
background-color: #36230E;
}
</style>
border-color css
<style>
span { border-color: #36230E; }
span { border-color: rgb(54,35,14); }
td.TdClassName
{
border-color: #36230E;
}
.TagClassName
{
border-color: #36230E;
}
</style>