Shades of Cocoa Brown #3D2103
Tints of Cocoa Brown #3D2103
RGB
CMYK
RGB Variations
Color information
#3D2103 (or 0x3D2103) is known color: Cocoa Brown. HEX triplet: 3D, 21 and 03. RGB value is (61,33,3). Sum of RGB (Red+Green+Blue) = 61+33+3=97 (12% of max value = 765). Red value is 61 (24.22% from 255 or 62.89% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2103 is #C2DEFC. Grayscale: #262626. Windows color (decimal): -12771069 or 205117. OLE color: 205117.
HSL color Cylindrical-coordinate representation of color #3D2103: hue angle of 31.03º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D2103 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 33 | 3 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.76 |
| HSL | 31.03º | 0.91% | 0.13% | - |
| HSV(B) | 31.03º | 0.95% | 0.24% | - |
| XYZ | 2.48 | 2.09 | 0.36 | - |
| YUV | 37.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 3 | 0 | 0.46 | 0.95 | 0.76 | 31.03 | 0.91 | 0.13 |
| Hex | 3D | 21 | 3 | 0 | 2E | 5F | 4C | 1F | 5B | D |
| Octal | 75 | 41 | 3 | 0 | 56 | 137 | 114 | 37 | 133 | 15 |
| Binary | 111101 | 100001 | 11 | 0 | 101110 | 1011111 | 1001100 | 11111 | 1011011 | 1101 |
Color Harmonies of #3D2103
Complementary color
Monochromatic Colors of #3D2103
Black with #3D2103
Text Example
Text Example
White with #3D2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2103; }
p { color: rgb(61,33,3); }
H1.HeaderClassName
{
color: #3D2103;
}
.AnyTagClassName
{
color: #3D2103;
}
</style>
background-color css
<style>
a { background-color: #3D2103; }
a { background-color: rgb(61,33,3); }
div.DivClassName
{
background-color: #3D2103;
}
.BgClassName
{
background-color: #3D2103;
}
</style>
border-color css
<style>
span { border-color: #3D2103; }
span { border-color: rgb(61,33,3); }
td.TdClassName
{
border-color: #3D2103;
}
.TagClassName
{
border-color: #3D2103;
}
</style>