Shades of Cocoa Brown #3D230F
Tints of Cocoa Brown #3D230F
RGB
CMYK
RGB Variations
Color information
#3D230F (or 0x3D230F) is known color: Cocoa Brown. HEX triplet: 3D, 23 and 0F. RGB value is (61,35,15). Sum of RGB (Red+Green+Blue) = 61+35+15=111 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.95% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 61 - color contains mainly: red. Hex color #3D230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D230F is #C2DCF0. Grayscale: #282828. Windows color (decimal): -12770545 or 992061. OLE color: 992061.
HSL color Cylindrical-coordinate representation of color #3D230F: hue angle of 26.09º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D230F is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 35 | 15 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.76 |
| HSL | 26.09º | 0.61% | 0.15% | - |
| HSV(B) | 26.09º | 0.75% | 0.24% | - |
| XYZ | 2.61 | 2.23 | 0.74 | - |
| YUV | 40.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 15 | 0 | 0.43 | 0.75 | 0.76 | 26.09 | 0.61 | 0.15 |
| Hex | 3D | 23 | F | 0 | 2B | 4B | 4C | 1A | 3D | F |
| Octal | 75 | 43 | 17 | 0 | 53 | 113 | 114 | 32 | 75 | 17 |
| Binary | 111101 | 100011 | 1111 | 0 | 101011 | 1001011 | 1001100 | 11010 | 111101 | 1111 |
Color Harmonies of #3D230F
Complementary color
Monochromatic Colors of #3D230F
Black with #3D230F
Text Example
Text Example
White with #3D230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D230F; }
p { color: rgb(61,35,15); }
H1.HeaderClassName
{
color: #3D230F;
}
.AnyTagClassName
{
color: #3D230F;
}
</style>
background-color css
<style>
a { background-color: #3D230F; }
a { background-color: rgb(61,35,15); }
div.DivClassName
{
background-color: #3D230F;
}
.BgClassName
{
background-color: #3D230F;
}
</style>
border-color css
<style>
span { border-color: #3D230F; }
span { border-color: rgb(61,35,15); }
td.TdClassName
{
border-color: #3D230F;
}
.TagClassName
{
border-color: #3D230F;
}
</style>