Shades of Cocoa Brown #3D2102
Tints of Cocoa Brown #3D2102
RGB
CMYK
RGB Variations
Color information
#3D2102 (or 0x3D2102) is known color: Cocoa Brown. HEX triplet: 3D, 21 and 02. RGB value is (61,33,2). Sum of RGB (Red+Green+Blue) = 61+33+2=96 (12% of max value = 765). Red value is 61 (24.22% from 255 or 63.54% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2102 is #C2DEFD. Grayscale: #252525. Windows color (decimal): -12771070 or 139581. OLE color: 139581.
HSL color Cylindrical-coordinate representation of color #3D2102: hue angle of 31.53º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D2102 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 33 | 2 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.76 |
| HSL | 31.53º | 0.94% | 0.12% | - |
| HSV(B) | 31.53º | 0.97% | 0.24% | - |
| XYZ | 2.48 | 2.08 | 0.33 | - |
| YUV | 37.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 2 | 0 | 0.46 | 0.97 | 0.76 | 31.53 | 0.94 | 0.12 |
| Hex | 3D | 21 | 2 | 0 | 2E | 61 | 4C | 20 | 5E | C |
| Octal | 75 | 41 | 2 | 0 | 56 | 141 | 114 | 40 | 136 | 14 |
| Binary | 111101 | 100001 | 10 | 0 | 101110 | 1100001 | 1001100 | 100000 | 1011110 | 1100 |
Color Harmonies of #3D2102
Complementary color
Monochromatic Colors of #3D2102
Black with #3D2102
Text Example
Text Example
White with #3D2102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2102; }
p { color: rgb(61,33,2); }
H1.HeaderClassName
{
color: #3D2102;
}
.AnyTagClassName
{
color: #3D2102;
}
</style>
background-color css
<style>
a { background-color: #3D2102; }
a { background-color: rgb(61,33,2); }
div.DivClassName
{
background-color: #3D2102;
}
.BgClassName
{
background-color: #3D2102;
}
</style>
border-color css
<style>
span { border-color: #3D2102; }
span { border-color: rgb(61,33,2); }
td.TdClassName
{
border-color: #3D2102;
}
.TagClassName
{
border-color: #3D2102;
}
</style>