Shades of Cocoa Brown #361B03
Tints of Cocoa Brown #361B03
RGB
CMYK
RGB Variations
Color information
#361B03 (or 0x361B03) is known color: Cocoa Brown. HEX triplet: 36, 1B and 03. RGB value is (54,27,3). Sum of RGB (Red+Green+Blue) = 54+27+3=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #361B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B03 is #C9E4FC. Grayscale: #202020. Windows color (decimal): -13231357 or 203574. OLE color: 203574.
HSL color Cylindrical-coordinate representation of color #361B03: hue angle of 28.24º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #361B03 is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 27 | 3 | - |
| CMYK | 0 | 0.5 | 0.94 | 0.79 |
| HSL | 28.24º | 0.89% | 0.11% | - |
| HSV(B) | 28.24º | 0.94% | 0.21% | - |
| XYZ | 1.93 | 1.57 | 0.29 | - |
| YUV | 32.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 3 | 0 | 0.5 | 0.94 | 0.79 | 28.24 | 0.89 | 0.11 |
| Hex | 36 | 1B | 3 | 0 | 32 | 5E | 4F | 1C | 59 | B |
| Octal | 66 | 33 | 3 | 0 | 62 | 136 | 117 | 34 | 131 | 13 |
| Binary | 110110 | 11011 | 11 | 0 | 110010 | 1011110 | 1001111 | 11100 | 1011001 | 1011 |
Color Harmonies of #361B03
Complementary color
Monochromatic Colors of #361B03
Black with #361B03
Text Example
Text Example
White with #361B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B03; }
p { color: rgb(54,27,3); }
H1.HeaderClassName
{
color: #361B03;
}
.AnyTagClassName
{
color: #361B03;
}
</style>
background-color css
<style>
a { background-color: #361B03; }
a { background-color: rgb(54,27,3); }
div.DivClassName
{
background-color: #361B03;
}
.BgClassName
{
background-color: #361B03;
}
</style>
border-color css
<style>
span { border-color: #361B03; }
span { border-color: rgb(54,27,3); }
td.TdClassName
{
border-color: #361B03;
}
.TagClassName
{
border-color: #361B03;
}
</style>