Shades of Cocoa Brown #361B02
Tints of Cocoa Brown #361B02
RGB
CMYK
RGB Variations
Color information
#361B02 (or 0x361B02) is known color: Cocoa Brown. HEX triplet: 36, 1B and 02. RGB value is (54,27,2). Sum of RGB (Red+Green+Blue) = 54+27+2=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #361B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B02 is #C9E4FD. Grayscale: #202020. Windows color (decimal): -13231358 or 138038. OLE color: 138038.
HSL color Cylindrical-coordinate representation of color #361B02: hue angle of 28.85º 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 #361B02 is Cyan = 0, Magento = 0.5, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 27 | 2 | - |
| CMYK | 0 | 0.5 | 0.96 | 0.79 |
| HSL | 28.85º | 0.93% | 0.11% | - |
| HSV(B) | 28.85º | 0.96% | 0.21% | - |
| XYZ | 1.92 | 1.57 | 0.26 | - |
| YUV | 32.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 2 | 0 | 0.5 | 0.96 | 0.79 | 28.85 | 0.93 | 0.11 |
| Hex | 36 | 1B | 2 | 0 | 32 | 60 | 4F | 1D | 5D | B |
| Octal | 66 | 33 | 2 | 0 | 62 | 140 | 117 | 35 | 135 | 13 |
| Binary | 110110 | 11011 | 10 | 0 | 110010 | 1100000 | 1001111 | 11101 | 1011101 | 1011 |
Color Harmonies of #361B02
Complementary color
Monochromatic Colors of #361B02
Black with #361B02
Text Example
Text Example
White with #361B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B02; }
p { color: rgb(54,27,2); }
H1.HeaderClassName
{
color: #361B02;
}
.AnyTagClassName
{
color: #361B02;
}
</style>
background-color css
<style>
a { background-color: #361B02; }
a { background-color: rgb(54,27,2); }
div.DivClassName
{
background-color: #361B02;
}
.BgClassName
{
background-color: #361B02;
}
</style>
border-color css
<style>
span { border-color: #361B02; }
span { border-color: rgb(54,27,2); }
td.TdClassName
{
border-color: #361B02;
}
.TagClassName
{
border-color: #361B02;
}
</style>