Shades of Cocoa Brown #362305
Tints of Cocoa Brown #362305
RGB
CMYK
RGB Variations
Color information
#362305 (or 0x362305) is known color: Cocoa Brown. HEX triplet: 36, 23 and 05. RGB value is (54,35,5). Sum of RGB (Red+Green+Blue) = 54+35+5=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #362305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362305 is #C9DCFA. Grayscale: #252525. Windows color (decimal): -13229307 or 336694. OLE color: 336694.
HSL color Cylindrical-coordinate representation of color #362305: hue angle of 36.73º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #362305 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 35 | 5 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.79 |
| HSL | 36.73º | 0.83% | 0.12% | - |
| HSV(B) | 36.73º | 0.91% | 0.21% | - |
| XYZ | 2.15 | 2 | 0.42 | - |
| YUV | 37.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 5 | 0 | 0.35 | 0.91 | 0.79 | 36.73 | 0.83 | 0.12 |
| Hex | 36 | 23 | 5 | 0 | 23 | 5B | 4F | 25 | 53 | C |
| Octal | 66 | 43 | 5 | 0 | 43 | 133 | 117 | 45 | 123 | 14 |
| Binary | 110110 | 100011 | 101 | 0 | 100011 | 1011011 | 1001111 | 100101 | 1010011 | 1100 |
Color Harmonies of #362305
Complementary color
Monochromatic Colors of #362305
Black with #362305
Text Example
Text Example
White with #362305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362305; }
p { color: rgb(54,35,5); }
H1.HeaderClassName
{
color: #362305;
}
.AnyTagClassName
{
color: #362305;
}
</style>
background-color css
<style>
a { background-color: #362305; }
a { background-color: rgb(54,35,5); }
div.DivClassName
{
background-color: #362305;
}
.BgClassName
{
background-color: #362305;
}
</style>
border-color css
<style>
span { border-color: #362305; }
span { border-color: rgb(54,35,5); }
td.TdClassName
{
border-color: #362305;
}
.TagClassName
{
border-color: #362305;
}
</style>