Shades of Cocoa Brown #362313
Tints of Cocoa Brown #362313
RGB
CMYK
RGB Variations
Color information
#362313 (or 0x362313) is known color: Cocoa Brown. HEX triplet: 36, 23 and 13. RGB value is (54,35,19). Sum of RGB (Red+Green+Blue) = 54+35+19=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #362313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362313 is #C9DCEC. Grayscale: #262626. Windows color (decimal): -13229293 or 1254198. OLE color: 1254198.
HSL color Cylindrical-coordinate representation of color #362313: hue angle of 27.43º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #362313 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 35 | 19 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.79 |
| HSL | 27.43º | 0.48% | 0.14% | - |
| HSV(B) | 27.43º | 0.65% | 0.21% | - |
| XYZ | 2.24 | 2.03 | 0.89 | - |
| YUV | 38.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 19 | 0 | 0.35 | 0.65 | 0.79 | 27.43 | 0.48 | 0.14 |
| Hex | 36 | 23 | 13 | 0 | 23 | 41 | 4F | 1B | 30 | E |
| Octal | 66 | 43 | 23 | 0 | 43 | 101 | 117 | 33 | 60 | 16 |
| Binary | 110110 | 100011 | 10011 | 0 | 100011 | 1000001 | 1001111 | 11011 | 110000 | 1110 |
Color Harmonies of #362313
Complementary color
Monochromatic Colors of #362313
Black with #362313
Text Example
Text Example
White with #362313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362313; }
p { color: rgb(54,35,19); }
H1.HeaderClassName
{
color: #362313;
}
.AnyTagClassName
{
color: #362313;
}
</style>
background-color css
<style>
a { background-color: #362313; }
a { background-color: rgb(54,35,19); }
div.DivClassName
{
background-color: #362313;
}
.BgClassName
{
background-color: #362313;
}
</style>
border-color css
<style>
span { border-color: #362313; }
span { border-color: rgb(54,35,19); }
td.TdClassName
{
border-color: #362313;
}
.TagClassName
{
border-color: #362313;
}
</style>