Shades of Cocoa Brown #3B2403
Tints of Cocoa Brown #3B2403
RGB
CMYK
RGB Variations
Color information
#3B2403 (or 0x3B2403) is known color: Cocoa Brown. HEX triplet: 3B, 24 and 03. RGB value is (59,36,3). Sum of RGB (Red+Green+Blue) = 59+36+3=98 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.20% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2403 is #C4DBFC. Grayscale: #272727. Windows color (decimal): -12901373 or 205883. OLE color: 205883.
HSL color Cylindrical-coordinate representation of color #3B2403: hue angle of 35.36º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B2403 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 36 | 3 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.77 |
| HSL | 35.36º | 0.9% | 0.12% | - |
| HSV(B) | 35.36º | 0.95% | 0.23% | - |
| XYZ | 2.45 | 2.2 | 0.38 | - |
| YUV | 39.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 36 | 3 | 0 | 0.39 | 0.95 | 0.77 | 35.36 | 0.9 | 0.12 |
| Hex | 3B | 24 | 3 | 0 | 27 | 5F | 4D | 23 | 5A | C |
| Octal | 73 | 44 | 3 | 0 | 47 | 137 | 115 | 43 | 132 | 14 |
| Binary | 111011 | 100100 | 11 | 0 | 100111 | 1011111 | 1001101 | 100011 | 1011010 | 1100 |
Color Harmonies of #3B2403
Complementary color
Monochromatic Colors of #3B2403
Black with #3B2403
Text Example
Text Example
White with #3B2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2403; }
p { color: rgb(59,36,3); }
H1.HeaderClassName
{
color: #3B2403;
}
.AnyTagClassName
{
color: #3B2403;
}
</style>
background-color css
<style>
a { background-color: #3B2403; }
a { background-color: rgb(59,36,3); }
div.DivClassName
{
background-color: #3B2403;
}
.BgClassName
{
background-color: #3B2403;
}
</style>
border-color css
<style>
span { border-color: #3B2403; }
span { border-color: rgb(59,36,3); }
td.TdClassName
{
border-color: #3B2403;
}
.TagClassName
{
border-color: #3B2403;
}
</style>