Shades of Cocoa Brown #3D270F
Tints of Cocoa Brown #3D270F
RGB
CMYK
RGB Variations
Color information
#3D270F (or 0x3D270F) is known color: Cocoa Brown. HEX triplet: 3D, 27 and 0F. RGB value is (61,39,15). Sum of RGB (Red+Green+Blue) = 61+39+15=115 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.04% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 61 - color contains mainly: red. Hex color #3D270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D270F is #C2D8F0. Grayscale: #2A2A2A. Windows color (decimal): -12769521 or 993085. OLE color: 993085.
HSL color Cylindrical-coordinate representation of color #3D270F: hue angle of 31.3º 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 #3D270F is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 39 | 15 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.76 |
| HSL | 31.3º | 0.61% | 0.15% | - |
| HSV(B) | 31.3º | 0.75% | 0.24% | - |
| XYZ | 2.74 | 2.48 | 0.79 | - |
| YUV | 42.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 15 | 0 | 0.36 | 0.75 | 0.76 | 31.3 | 0.61 | 0.15 |
| Hex | 3D | 27 | F | 0 | 24 | 4B | 4C | 1F | 3D | F |
| Octal | 75 | 47 | 17 | 0 | 44 | 113 | 114 | 37 | 75 | 17 |
| Binary | 111101 | 100111 | 1111 | 0 | 100100 | 1001011 | 1001100 | 11111 | 111101 | 1111 |
Color Harmonies of #3D270F
Complementary color
Monochromatic Colors of #3D270F
Black with #3D270F
Text Example
Text Example
White with #3D270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D270F; }
p { color: rgb(61,39,15); }
H1.HeaderClassName
{
color: #3D270F;
}
.AnyTagClassName
{
color: #3D270F;
}
</style>
background-color css
<style>
a { background-color: #3D270F; }
a { background-color: rgb(61,39,15); }
div.DivClassName
{
background-color: #3D270F;
}
.BgClassName
{
background-color: #3D270F;
}
</style>
border-color css
<style>
span { border-color: #3D270F; }
span { border-color: rgb(61,39,15); }
td.TdClassName
{
border-color: #3D270F;
}
.TagClassName
{
border-color: #3D270F;
}
</style>