Shades of Baker's Chocolate #652F0B
Tints of Baker's Chocolate #652F0B
RGB
CMYK
RGB Variations
Color information
#652F0B (or 0x652F0B) is known color: Baker's Chocolate. HEX triplet: 65, 2F and 0B. RGB value is (101,47,11). Sum of RGB (Red+Green+Blue) = 101+47+11=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #652F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652F0B is #9AD0F4. Grayscale: #3B3B3B. Windows color (decimal): -10146037 or 733029. OLE color: 733029.
HSL color Cylindrical-coordinate representation of color #652F0B: hue angle of 24º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #652F0B is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 11 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.60 |
| HSL | 24º | 0.8% | 0.22% | - |
| HSV(B) | 24º | 0.89% | 0.4% | - |
| XYZ | 6.44 | 4.82 | 0.91 | - |
| YUV | 59.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 11 | 0 | 0.53 | 0.89 | 0.60 | 24 | 0.8 | 0.22 |
| Hex | 65 | 2F | B | 0 | 35 | 59 | 3C | 18 | 50 | 16 |
| Octal | 145 | 57 | 13 | 0 | 65 | 131 | 74 | 30 | 120 | 26 |
| Binary | 1100101 | 101111 | 1011 | 0 | 110101 | 1011001 | 111100 | 11000 | 1010000 | 10110 |
Color Harmonies of #652F0B
Complementary color
Monochromatic Colors of #652F0B
Black with #652F0B
Text Example
Text Example
White with #652F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F0B; }
p { color: rgb(101,47,11); }
H1.HeaderClassName
{
color: #652F0B;
}
.AnyTagClassName
{
color: #652F0B;
}
</style>
background-color css
<style>
a { background-color: #652F0B; }
a { background-color: rgb(101,47,11); }
div.DivClassName
{
background-color: #652F0B;
}
.BgClassName
{
background-color: #652F0B;
}
</style>
border-color css
<style>
span { border-color: #652F0B; }
span { border-color: rgb(101,47,11); }
td.TdClassName
{
border-color: #652F0B;
}
.TagClassName
{
border-color: #652F0B;
}
</style>