Shades of Cocoa Brown #3D2603
Tints of Cocoa Brown #3D2603
RGB
CMYK
RGB Variations
Color information
#3D2603 (or 0x3D2603) is known color: Cocoa Brown. HEX triplet: 3D, 26 and 03. RGB value is (61,38,3). Sum of RGB (Red+Green+Blue) = 61+38+3=102 (13% of max value = 765). Red value is 61 (24.22% from 255 or 59.80% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2603 is #C2D9FC. Grayscale: #292929. Windows color (decimal): -12769789 or 206397. OLE color: 206397.
HSL color Cylindrical-coordinate representation of color #3D2603: hue angle of 36.21º 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 #3D2603 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 3 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.76 |
| HSL | 36.21º | 0.91% | 0.13% | - |
| HSV(B) | 36.21º | 0.95% | 0.24% | - |
| XYZ | 2.63 | 2.38 | 0.41 | - |
| YUV | 40.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 3 | 0 | 0.38 | 0.95 | 0.76 | 36.21 | 0.91 | 0.13 |
| Hex | 3D | 26 | 3 | 0 | 26 | 5F | 4C | 24 | 5B | D |
| Octal | 75 | 46 | 3 | 0 | 46 | 137 | 114 | 44 | 133 | 15 |
| Binary | 111101 | 100110 | 11 | 0 | 100110 | 1011111 | 1001100 | 100100 | 1011011 | 1101 |
Color Harmonies of #3D2603
Complementary color
Monochromatic Colors of #3D2603
Black with #3D2603
Text Example
Text Example
White with #3D2603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2603; }
p { color: rgb(61,38,3); }
H1.HeaderClassName
{
color: #3D2603;
}
.AnyTagClassName
{
color: #3D2603;
}
</style>
background-color css
<style>
a { background-color: #3D2603; }
a { background-color: rgb(61,38,3); }
div.DivClassName
{
background-color: #3D2603;
}
.BgClassName
{
background-color: #3D2603;
}
</style>
border-color css
<style>
span { border-color: #3D2603; }
span { border-color: rgb(61,38,3); }
td.TdClassName
{
border-color: #3D2603;
}
.TagClassName
{
border-color: #3D2603;
}
</style>