Shades of Cocoa Brown #3B2603
Tints of Cocoa Brown #3B2603
RGB
CMYK
RGB Variations
Color information
#3B2603 (or 0x3B2603) is known color: Cocoa Brown. HEX triplet: 3B, 26 and 03. RGB value is (59,38,3). Sum of RGB (Red+Green+Blue) = 59+38+3=100 (13% of max value = 765). Red value is 59 (23.44% from 255 or 59% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2603 is #C4D9FC. Grayscale: #282828. Windows color (decimal): -12900861 or 206395. OLE color: 206395.
HSL color Cylindrical-coordinate representation of color #3B2603: hue angle of 37.5º 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 #3B2603 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 38 | 3 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.77 |
| HSL | 37.5º | 0.9% | 0.12% | - |
| HSV(B) | 37.5º | 0.95% | 0.23% | - |
| XYZ | 2.51 | 2.32 | 0.4 | - |
| YUV | 40.29 | 106.96 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 3 | 0 | 0.36 | 0.95 | 0.77 | 37.5 | 0.9 | 0.12 |
| Hex | 3B | 26 | 3 | 0 | 24 | 5F | 4D | 26 | 5A | C |
| Octal | 73 | 46 | 3 | 0 | 44 | 137 | 115 | 46 | 132 | 14 |
| Binary | 111011 | 100110 | 11 | 0 | 100100 | 1011111 | 1001101 | 100110 | 1011010 | 1100 |
Color Harmonies of #3B2603
Complementary color
Monochromatic Colors of #3B2603
Black with #3B2603
Text Example
Text Example
White with #3B2603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2603; }
p { color: rgb(59,38,3); }
H1.HeaderClassName
{
color: #3B2603;
}
.AnyTagClassName
{
color: #3B2603;
}
</style>
background-color css
<style>
a { background-color: #3B2603; }
a { background-color: rgb(59,38,3); }
div.DivClassName
{
background-color: #3B2603;
}
.BgClassName
{
background-color: #3B2603;
}
</style>
border-color css
<style>
span { border-color: #3B2603; }
span { border-color: rgb(59,38,3); }
td.TdClassName
{
border-color: #3B2603;
}
.TagClassName
{
border-color: #3B2603;
}
</style>