Shades of Baker's Chocolate #652F08
Tints of Baker's Chocolate #652F08
RGB
CMYK
RGB Variations
Color information
#652F08 (or 0x652F08) is known color: Baker's Chocolate. HEX triplet: 65, 2F and 08. RGB value is (101,47,8). Sum of RGB (Red+Green+Blue) = 101+47+8=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #652F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652F08 is #9AD0F7. Grayscale: #3A3A3A. Windows color (decimal): -10146040 or 536421. OLE color: 536421.
HSL color Cylindrical-coordinate representation of color #652F08: hue angle of 25.16º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #652F08 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 8 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.60 |
| HSL | 25.16º | 0.85% | 0.21% | - |
| HSV(B) | 25.16º | 0.92% | 0.4% | - |
| XYZ | 6.43 | 4.82 | 0.82 | - |
| YUV | 58.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 8 | 0 | 0.53 | 0.92 | 0.60 | 25.16 | 0.85 | 0.21 |
| Hex | 65 | 2F | 8 | 0 | 35 | 5C | 3C | 19 | 55 | 15 |
| Octal | 145 | 57 | 10 | 0 | 65 | 134 | 74 | 31 | 125 | 25 |
| Binary | 1100101 | 101111 | 1000 | 0 | 110101 | 1011100 | 111100 | 11001 | 1010101 | 10101 |
Color Harmonies of #652F08
Complementary color
Monochromatic Colors of #652F08
Black with #652F08
Text Example
Text Example
White with #652F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F08; }
p { color: rgb(101,47,8); }
H1.HeaderClassName
{
color: #652F08;
}
.AnyTagClassName
{
color: #652F08;
}
</style>
background-color css
<style>
a { background-color: #652F08; }
a { background-color: rgb(101,47,8); }
div.DivClassName
{
background-color: #652F08;
}
.BgClassName
{
background-color: #652F08;
}
</style>
border-color css
<style>
span { border-color: #652F08; }
span { border-color: rgb(101,47,8); }
td.TdClassName
{
border-color: #652F08;
}
.TagClassName
{
border-color: #652F08;
}
</style>