Shades of Baker's Chocolate #652712
Tints of Baker's Chocolate #652712
RGB
CMYK
RGB Variations
Color information
#652712 (or 0x652712) is known color: Baker's Chocolate. HEX triplet: 65, 27 and 12. RGB value is (101,39,18). Sum of RGB (Red+Green+Blue) = 101+39+18=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #652712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652712 is #9AD8ED. Grayscale: #373737. Windows color (decimal): -10148078 or 1189733. OLE color: 1189733.
HSL color Cylindrical-coordinate representation of color #652712: hue angle of 15.18º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #652712 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 39 | 18 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.60 |
| HSL | 15.18º | 0.7% | 0.23% | - |
| HSV(B) | 15.18º | 0.82% | 0.4% | - |
| XYZ | 6.2 | 4.26 | 1.07 | - |
| YUV | 55.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 18 | 0 | 0.61 | 0.82 | 0.60 | 15.18 | 0.7 | 0.23 |
| Hex | 65 | 27 | 12 | 0 | 3D | 52 | 3C | F | 46 | 17 |
| Octal | 145 | 47 | 22 | 0 | 75 | 122 | 74 | 17 | 106 | 27 |
| Binary | 1100101 | 100111 | 10010 | 0 | 111101 | 1010010 | 111100 | 1111 | 1000110 | 10111 |
Color Harmonies of #652712
Complementary color
Monochromatic Colors of #652712
Black with #652712
Text Example
Text Example
White with #652712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652712; }
p { color: rgb(101,39,18); }
H1.HeaderClassName
{
color: #652712;
}
.AnyTagClassName
{
color: #652712;
}
</style>
background-color css
<style>
a { background-color: #652712; }
a { background-color: rgb(101,39,18); }
div.DivClassName
{
background-color: #652712;
}
.BgClassName
{
background-color: #652712;
}
</style>
border-color css
<style>
span { border-color: #652712; }
span { border-color: rgb(101,39,18); }
td.TdClassName
{
border-color: #652712;
}
.TagClassName
{
border-color: #652712;
}
</style>