Shades of Cocoa Brown #361F0A
Tints of Cocoa Brown #361F0A
RGB
CMYK
RGB Variations
Color information
#361F0A (or 0x361F0A) is known color: Cocoa Brown. HEX triplet: 36, 1F and 0A. RGB value is (54,31,10). Sum of RGB (Red+Green+Blue) = 54+31+10=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #361F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361F0A is #C9E0F5. Grayscale: #232323. Windows color (decimal): -13230326 or 663350. OLE color: 663350.
HSL color Cylindrical-coordinate representation of color #361F0A: hue angle of 28.64º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361F0A is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 31 | 10 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.79 |
| HSL | 28.64º | 0.69% | 0.13% | - |
| HSV(B) | 28.64º | 0.81% | 0.21% | - |
| XYZ | 2.07 | 1.79 | 0.52 | - |
| YUV | 35.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 31 | 10 | 0 | 0.43 | 0.81 | 0.79 | 28.64 | 0.69 | 0.13 |
| Hex | 36 | 1F | A | 0 | 2B | 51 | 4F | 1D | 45 | D |
| Octal | 66 | 37 | 12 | 0 | 53 | 121 | 117 | 35 | 105 | 15 |
| Binary | 110110 | 11111 | 1010 | 0 | 101011 | 1010001 | 1001111 | 11101 | 1000101 | 1101 |
Color Harmonies of #361F0A
Complementary color
Monochromatic Colors of #361F0A
Black with #361F0A
Text Example
Text Example
White with #361F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361F0A; }
p { color: rgb(54,31,10); }
H1.HeaderClassName
{
color: #361F0A;
}
.AnyTagClassName
{
color: #361F0A;
}
</style>
background-color css
<style>
a { background-color: #361F0A; }
a { background-color: rgb(54,31,10); }
div.DivClassName
{
background-color: #361F0A;
}
.BgClassName
{
background-color: #361F0A;
}
</style>
border-color css
<style>
span { border-color: #361F0A; }
span { border-color: rgb(54,31,10); }
td.TdClassName
{
border-color: #361F0A;
}
.TagClassName
{
border-color: #361F0A;
}
</style>