Shades of Baker's Chocolate #652F12
Tints of Baker's Chocolate #652F12
RGB
CMYK
RGB Variations
Color information
#652F12 (or 0x652F12) is known color: Baker's Chocolate. HEX triplet: 65, 2F and 12. RGB value is (101,47,18). Sum of RGB (Red+Green+Blue) = 101+47+18=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #652F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652F12 is #9AD0ED. Grayscale: #3C3C3C. Windows color (decimal): -10146030 or 1191781. OLE color: 1191781.
HSL color Cylindrical-coordinate representation of color #652F12: hue angle of 20.96º 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 #652F12 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 18 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.60 |
| HSL | 20.96º | 0.7% | 0.23% | - |
| HSV(B) | 20.96º | 0.82% | 0.4% | - |
| XYZ | 6.49 | 4.84 | 1.16 | - |
| YUV | 59.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 18 | 0 | 0.53 | 0.82 | 0.60 | 20.96 | 0.7 | 0.23 |
| Hex | 65 | 2F | 12 | 0 | 35 | 52 | 3C | 15 | 46 | 17 |
| Octal | 145 | 57 | 22 | 0 | 65 | 122 | 74 | 25 | 106 | 27 |
| Binary | 1100101 | 101111 | 10010 | 0 | 110101 | 1010010 | 111100 | 10101 | 1000110 | 10111 |
Color Harmonies of #652F12
Complementary color
Monochromatic Colors of #652F12
Black with #652F12
Text Example
Text Example
White with #652F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F12; }
p { color: rgb(101,47,18); }
H1.HeaderClassName
{
color: #652F12;
}
.AnyTagClassName
{
color: #652F12;
}
</style>
background-color css
<style>
a { background-color: #652F12; }
a { background-color: rgb(101,47,18); }
div.DivClassName
{
background-color: #652F12;
}
.BgClassName
{
background-color: #652F12;
}
</style>
border-color css
<style>
span { border-color: #652F12; }
span { border-color: rgb(101,47,18); }
td.TdClassName
{
border-color: #652F12;
}
.TagClassName
{
border-color: #652F12;
}
</style>