Shades of Baker's Chocolate #652D0B
Tints of Baker's Chocolate #652D0B
RGB
CMYK
RGB Variations
Color information
#652D0B (or 0x652D0B) is known color: Baker's Chocolate. HEX triplet: 65, 2D and 0B. RGB value is (101,45,11). Sum of RGB (Red+Green+Blue) = 101+45+11=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #652D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652D0B is #9AD2F4. Grayscale: #3A3A3A. Windows color (decimal): -10146549 or 732517. OLE color: 732517.
HSL color Cylindrical-coordinate representation of color #652D0B: hue angle of 22.67º 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 #652D0B is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 11 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.60 |
| HSL | 22.67º | 0.8% | 0.22% | - |
| HSV(B) | 22.67º | 0.89% | 0.4% | - |
| XYZ | 6.37 | 4.67 | 0.88 | - |
| YUV | 57.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 11 | 0 | 0.55 | 0.89 | 0.60 | 22.67 | 0.8 | 0.22 |
| Hex | 65 | 2D | B | 0 | 37 | 59 | 3C | 17 | 50 | 16 |
| Octal | 145 | 55 | 13 | 0 | 67 | 131 | 74 | 27 | 120 | 26 |
| Binary | 1100101 | 101101 | 1011 | 0 | 110111 | 1011001 | 111100 | 10111 | 1010000 | 10110 |
Color Harmonies of #652D0B
Complementary color
Monochromatic Colors of #652D0B
Black with #652D0B
Text Example
Text Example
White with #652D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D0B; }
p { color: rgb(101,45,11); }
H1.HeaderClassName
{
color: #652D0B;
}
.AnyTagClassName
{
color: #652D0B;
}
</style>
background-color css
<style>
a { background-color: #652D0B; }
a { background-color: rgb(101,45,11); }
div.DivClassName
{
background-color: #652D0B;
}
.BgClassName
{
background-color: #652D0B;
}
</style>
border-color css
<style>
span { border-color: #652D0B; }
span { border-color: rgb(101,45,11); }
td.TdClassName
{
border-color: #652D0B;
}
.TagClassName
{
border-color: #652D0B;
}
</style>