Shades of Cocoa Brown #362303
Tints of Cocoa Brown #362303
RGB
CMYK
RGB Variations
Color information
#362303 (or 0x362303) is known color: Cocoa Brown. HEX triplet: 36, 23 and 03. RGB value is (54,35,3). Sum of RGB (Red+Green+Blue) = 54+35+3=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #362303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362303 is #C9DCFC. Grayscale: #252525. Windows color (decimal): -13229309 or 205622. OLE color: 205622.
HSL color Cylindrical-coordinate representation of color #362303: hue angle of 37.65º 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 #362303 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 35 | 3 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.79 |
| HSL | 37.65º | 0.89% | 0.11% | - |
| HSV(B) | 37.65º | 0.94% | 0.21% | - |
| XYZ | 2.14 | 1.99 | 0.36 | - |
| YUV | 37.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 3 | 0 | 0.35 | 0.94 | 0.79 | 37.65 | 0.89 | 0.11 |
| Hex | 36 | 23 | 3 | 0 | 23 | 5E | 4F | 26 | 59 | B |
| Octal | 66 | 43 | 3 | 0 | 43 | 136 | 117 | 46 | 131 | 13 |
| Binary | 110110 | 100011 | 11 | 0 | 100011 | 1011110 | 1001111 | 100110 | 1011001 | 1011 |
Color Harmonies of #362303
Complementary color
Monochromatic Colors of #362303
Black with #362303
Text Example
Text Example
White with #362303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362303; }
p { color: rgb(54,35,3); }
H1.HeaderClassName
{
color: #362303;
}
.AnyTagClassName
{
color: #362303;
}
</style>
background-color css
<style>
a { background-color: #362303; }
a { background-color: rgb(54,35,3); }
div.DivClassName
{
background-color: #362303;
}
.BgClassName
{
background-color: #362303;
}
</style>
border-color css
<style>
span { border-color: #362303; }
span { border-color: rgb(54,35,3); }
td.TdClassName
{
border-color: #362303;
}
.TagClassName
{
border-color: #362303;
}
</style>