Shades of Cocoa Brown #361D03
Tints of Cocoa Brown #361D03
RGB
CMYK
RGB Variations
Color information
#361D03 (or 0x361D03) is known color: Cocoa Brown. HEX triplet: 36, 1D and 03. RGB value is (54,29,3). Sum of RGB (Red+Green+Blue) = 54+29+3=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #361D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361D03 is #C9E2FC. Grayscale: #212121. Windows color (decimal): -13230845 or 204086. OLE color: 204086.
HSL color Cylindrical-coordinate representation of color #361D03: hue angle of 30.59º 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 #361D03 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 29 | 3 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.79 |
| HSL | 30.59º | 0.89% | 0.11% | - |
| HSV(B) | 30.59º | 0.94% | 0.21% | - |
| XYZ | 1.98 | 1.67 | 0.3 | - |
| YUV | 33.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 3 | 0 | 0.46 | 0.94 | 0.79 | 30.59 | 0.89 | 0.11 |
| Hex | 36 | 1D | 3 | 0 | 2E | 5E | 4F | 1F | 59 | B |
| Octal | 66 | 35 | 3 | 0 | 56 | 136 | 117 | 37 | 131 | 13 |
| Binary | 110110 | 11101 | 11 | 0 | 101110 | 1011110 | 1001111 | 11111 | 1011001 | 1011 |
Color Harmonies of #361D03
Complementary color
Monochromatic Colors of #361D03
Black with #361D03
Text Example
Text Example
White with #361D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D03; }
p { color: rgb(54,29,3); }
H1.HeaderClassName
{
color: #361D03;
}
.AnyTagClassName
{
color: #361D03;
}
</style>
background-color css
<style>
a { background-color: #361D03; }
a { background-color: rgb(54,29,3); }
div.DivClassName
{
background-color: #361D03;
}
.BgClassName
{
background-color: #361D03;
}
</style>
border-color css
<style>
span { border-color: #361D03; }
span { border-color: rgb(54,29,3); }
td.TdClassName
{
border-color: #361D03;
}
.TagClassName
{
border-color: #361D03;
}
</style>