Shades of Cocoa Brown #412B07
Tints of Cocoa Brown #412B07
RGB
CMYK
RGB Variations
Color information
#412B07 (or 0x412B07) is known color: Cocoa Brown. HEX triplet: 41, 2B and 07. RGB value is (65,43,7). Sum of RGB (Red+Green+Blue) = 65+43+7=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #412B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B07 is #BED4F8. Grayscale: #2D2D2D. Windows color (decimal): -12506361 or 469825. OLE color: 469825.
HSL color Cylindrical-coordinate representation of color #412B07: hue angle of 37.24º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #412B07 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 43 | 7 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.75 |
| HSL | 37.24º | 0.81% | 0.14% | - |
| HSV(B) | 37.24º | 0.89% | 0.25% | - |
| XYZ | 3.08 | 2.87 | 0.59 | - |
| YUV | 45.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 7 | 0 | 0.34 | 0.89 | 0.75 | 37.24 | 0.81 | 0.14 |
| Hex | 41 | 2B | 7 | 0 | 22 | 59 | 4B | 25 | 51 | E |
| Octal | 101 | 53 | 7 | 0 | 42 | 131 | 113 | 45 | 121 | 16 |
| Binary | 1000001 | 101011 | 111 | 0 | 100010 | 1011001 | 1001011 | 100101 | 1010001 | 1110 |
Color Harmonies of #412B07
Complementary color
Monochromatic Colors of #412B07
Black with #412B07
Text Example
Text Example
White with #412B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B07; }
p { color: rgb(65,43,7); }
H1.HeaderClassName
{
color: #412B07;
}
.AnyTagClassName
{
color: #412B07;
}
</style>
background-color css
<style>
a { background-color: #412B07; }
a { background-color: rgb(65,43,7); }
div.DivClassName
{
background-color: #412B07;
}
.BgClassName
{
background-color: #412B07;
}
</style>
border-color css
<style>
span { border-color: #412B07; }
span { border-color: rgb(65,43,7); }
td.TdClassName
{
border-color: #412B07;
}
.TagClassName
{
border-color: #412B07;
}
</style>