Shades of Baker's Chocolate #652F17
Tints of Baker's Chocolate #652F17
RGB
CMYK
RGB Variations
Color information
#652F17 (or 0x652F17) is known color: Baker's Chocolate. HEX triplet: 65, 2F and 17. RGB value is (101,47,23). Sum of RGB (Red+Green+Blue) = 101+47+23=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #652F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652F17 is #9AD0E8. Grayscale: #3C3C3C. Windows color (decimal): -10146025 or 1519461. OLE color: 1519461.
HSL color Cylindrical-coordinate representation of color #652F17: hue angle of 18.46º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #652F17 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 23 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.60 |
| HSL | 18.46º | 0.63% | 0.24% | - |
| HSV(B) | 18.46º | 0.77% | 0.4% | - |
| XYZ | 6.54 | 4.86 | 1.4 | - |
| YUV | 60.41 | 106.89 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 23 | 0 | 0.53 | 0.77 | 0.60 | 18.46 | 0.63 | 0.24 |
| Hex | 65 | 2F | 17 | 0 | 35 | 4D | 3C | 12 | 3F | 18 |
| Octal | 145 | 57 | 27 | 0 | 65 | 115 | 74 | 22 | 77 | 30 |
| Binary | 1100101 | 101111 | 10111 | 0 | 110101 | 1001101 | 111100 | 10010 | 111111 | 11000 |
Color Harmonies of #652F17
Complementary color
Monochromatic Colors of #652F17
Black with #652F17
Text Example
Text Example
White with #652F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F17; }
p { color: rgb(101,47,23); }
H1.HeaderClassName
{
color: #652F17;
}
.AnyTagClassName
{
color: #652F17;
}
</style>
background-color css
<style>
a { background-color: #652F17; }
a { background-color: rgb(101,47,23); }
div.DivClassName
{
background-color: #652F17;
}
.BgClassName
{
background-color: #652F17;
}
</style>
border-color css
<style>
span { border-color: #652F17; }
span { border-color: rgb(101,47,23); }
td.TdClassName
{
border-color: #652F17;
}
.TagClassName
{
border-color: #652F17;
}
</style>