Shades of Cocoa Brown #3D2608
Tints of Cocoa Brown #3D2608
RGB
CMYK
RGB Variations
Color information
#3D2608 (or 0x3D2608) is known color: Cocoa Brown. HEX triplet: 3D, 26 and 08. RGB value is (61,38,8). Sum of RGB (Red+Green+Blue) = 61+38+8=107 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.01% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2608 is #C2D9F7. Grayscale: #292929. Windows color (decimal): -12769784 or 534077. OLE color: 534077.
HSL color Cylindrical-coordinate representation of color #3D2608: hue angle of 33.96º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D2608 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 8 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.76 |
| HSL | 33.96º | 0.77% | 0.14% | - |
| HSV(B) | 33.96º | 0.87% | 0.24% | - |
| XYZ | 2.66 | 2.4 | 0.55 | - |
| YUV | 41.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 8 | 0 | 0.38 | 0.87 | 0.76 | 33.96 | 0.77 | 0.14 |
| Hex | 3D | 26 | 8 | 0 | 26 | 57 | 4C | 22 | 4D | E |
| Octal | 75 | 46 | 10 | 0 | 46 | 127 | 114 | 42 | 115 | 16 |
| Binary | 111101 | 100110 | 1000 | 0 | 100110 | 1010111 | 1001100 | 100010 | 1001101 | 1110 |
Color Harmonies of #3D2608
Complementary color
Monochromatic Colors of #3D2608
Black with #3D2608
Text Example
Text Example
White with #3D2608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2608; }
p { color: rgb(61,38,8); }
H1.HeaderClassName
{
color: #3D2608;
}
.AnyTagClassName
{
color: #3D2608;
}
</style>
background-color css
<style>
a { background-color: #3D2608; }
a { background-color: rgb(61,38,8); }
div.DivClassName
{
background-color: #3D2608;
}
.BgClassName
{
background-color: #3D2608;
}
</style>
border-color css
<style>
span { border-color: #3D2608; }
span { border-color: rgb(61,38,8); }
td.TdClassName
{
border-color: #3D2608;
}
.TagClassName
{
border-color: #3D2608;
}
</style>