Shades of Cocoa Brown #361D07
Tints of Cocoa Brown #361D07
RGB
CMYK
RGB Variations
Color information
#361D07 (or 0x361D07) is known color: Cocoa Brown. HEX triplet: 36, 1D and 07. RGB value is (54,29,7). Sum of RGB (Red+Green+Blue) = 54+29+7=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #361D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361D07 is #C9E2F8. Grayscale: #222222. Windows color (decimal): -13230841 or 466230. OLE color: 466230.
HSL color Cylindrical-coordinate representation of color #361D07: hue angle of 28.09º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361D07 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 29 | 7 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.79 |
| HSL | 28.09º | 0.77% | 0.12% | - |
| HSV(B) | 28.09º | 0.87% | 0.21% | - |
| XYZ | 2 | 1.68 | 0.42 | - |
| YUV | 33.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 7 | 0 | 0.46 | 0.87 | 0.79 | 28.09 | 0.77 | 0.12 |
| Hex | 36 | 1D | 7 | 0 | 2E | 57 | 4F | 1C | 4D | C |
| Octal | 66 | 35 | 7 | 0 | 56 | 127 | 117 | 34 | 115 | 14 |
| Binary | 110110 | 11101 | 111 | 0 | 101110 | 1010111 | 1001111 | 11100 | 1001101 | 1100 |
Color Harmonies of #361D07
Complementary color
Monochromatic Colors of #361D07
Black with #361D07
Text Example
Text Example
White with #361D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D07; }
p { color: rgb(54,29,7); }
H1.HeaderClassName
{
color: #361D07;
}
.AnyTagClassName
{
color: #361D07;
}
</style>
background-color css
<style>
a { background-color: #361D07; }
a { background-color: rgb(54,29,7); }
div.DivClassName
{
background-color: #361D07;
}
.BgClassName
{
background-color: #361D07;
}
</style>
border-color css
<style>
span { border-color: #361D07; }
span { border-color: rgb(54,29,7); }
td.TdClassName
{
border-color: #361D07;
}
.TagClassName
{
border-color: #361D07;
}
</style>