Shades of Cocoa Brown #3B1D02
Tints of Cocoa Brown #3B1D02
RGB
CMYK
RGB Variations
Color information
#3B1D02 (or 0x3B1D02) is known color: Cocoa Brown. HEX triplet: 3B, 1D and 02. RGB value is (59,29,2). Sum of RGB (Red+Green+Blue) = 59+29+2=90 (11% of max value = 765). Red value is 59 (23.44% from 255 or 65.56% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1D02 is #C4E2FD. Grayscale: #232323. Windows color (decimal): -12903166 or 138555. OLE color: 138555.
HSL color Cylindrical-coordinate representation of color #3B1D02: hue angle of 28.42º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B1D02 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 29 | 2 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.77 |
| HSL | 28.42º | 0.93% | 0.12% | - |
| HSV(B) | 28.42º | 0.97% | 0.23% | - |
| XYZ | 2.25 | 1.81 | 0.29 | - |
| YUV | 34.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 2 | 0 | 0.51 | 0.97 | 0.77 | 28.42 | 0.93 | 0.12 |
| Hex | 3B | 1D | 2 | 0 | 33 | 61 | 4D | 1C | 5D | C |
| Octal | 73 | 35 | 2 | 0 | 63 | 141 | 115 | 34 | 135 | 14 |
| Binary | 111011 | 11101 | 10 | 0 | 110011 | 1100001 | 1001101 | 11100 | 1011101 | 1100 |
Color Harmonies of #3B1D02
Complementary color
Monochromatic Colors of #3B1D02
Black with #3B1D02
Text Example
Text Example
White with #3B1D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D02; }
p { color: rgb(59,29,2); }
H1.HeaderClassName
{
color: #3B1D02;
}
.AnyTagClassName
{
color: #3B1D02;
}
</style>
background-color css
<style>
a { background-color: #3B1D02; }
a { background-color: rgb(59,29,2); }
div.DivClassName
{
background-color: #3B1D02;
}
.BgClassName
{
background-color: #3B1D02;
}
</style>
border-color css
<style>
span { border-color: #3B1D02; }
span { border-color: rgb(59,29,2); }
td.TdClassName
{
border-color: #3B1D02;
}
.TagClassName
{
border-color: #3B1D02;
}
</style>