Shades of Cocoa Brown #361D02
Tints of Cocoa Brown #361D02
RGB
CMYK
RGB Variations
Color information
#361D02 (or 0x361D02) is known color: Cocoa Brown. HEX triplet: 36, 1D and 02. RGB value is (54,29,2). Sum of RGB (Red+Green+Blue) = 54+29+2=85 (11% of max value = 765). Red value is 54 (21.48% from 255 or 63.53% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 54 - color contains mainly: red. Hex color #361D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361D02 is #C9E2FD. Grayscale: #212121. Windows color (decimal): -13230846 or 138550. OLE color: 138550.
HSL color Cylindrical-coordinate representation of color #361D02: hue angle of 31.15º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #361D02 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 29 | 2 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.79 |
| HSL | 31.15º | 0.93% | 0.11% | - |
| HSV(B) | 31.15º | 0.96% | 0.21% | - |
| XYZ | 1.97 | 1.67 | 0.28 | - |
| YUV | 33.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 2 | 0 | 0.46 | 0.96 | 0.79 | 31.15 | 0.93 | 0.11 |
| Hex | 36 | 1D | 2 | 0 | 2E | 60 | 4F | 1F | 5D | B |
| Octal | 66 | 35 | 2 | 0 | 56 | 140 | 117 | 37 | 135 | 13 |
| Binary | 110110 | 11101 | 10 | 0 | 101110 | 1100000 | 1001111 | 11111 | 1011101 | 1011 |
Color Harmonies of #361D02
Complementary color
Monochromatic Colors of #361D02
Black with #361D02
Text Example
Text Example
White with #361D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D02; }
p { color: rgb(54,29,2); }
H1.HeaderClassName
{
color: #361D02;
}
.AnyTagClassName
{
color: #361D02;
}
</style>
background-color css
<style>
a { background-color: #361D02; }
a { background-color: rgb(54,29,2); }
div.DivClassName
{
background-color: #361D02;
}
.BgClassName
{
background-color: #361D02;
}
</style>
border-color css
<style>
span { border-color: #361D02; }
span { border-color: rgb(54,29,2); }
td.TdClassName
{
border-color: #361D02;
}
.TagClassName
{
border-color: #361D02;
}
</style>