Shades of Baker's Chocolate #652A0D
Tints of Baker's Chocolate #652A0D
RGB
CMYK
RGB Variations
Color information
#652A0D (or 0x652A0D) is known color: Baker's Chocolate. HEX triplet: 65, 2A and 0D. RGB value is (101,42,13). Sum of RGB (Red+Green+Blue) = 101+42+13=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #652A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652A0D is #9AD5F2. Grayscale: #383838. Windows color (decimal): -10147315 or 862821. OLE color: 862821.
HSL color Cylindrical-coordinate representation of color #652A0D: hue angle of 19.77º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #652A0D is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 42 | 13 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.60 |
| HSL | 19.77º | 0.77% | 0.22% | - |
| HSV(B) | 19.77º | 0.87% | 0.4% | - |
| XYZ | 6.27 | 4.45 | 0.91 | - |
| YUV | 56.34 | 103.55 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 13 | 0 | 0.58 | 0.87 | 0.60 | 19.77 | 0.77 | 0.22 |
| Hex | 65 | 2A | D | 0 | 3A | 57 | 3C | 14 | 4D | 16 |
| Octal | 145 | 52 | 15 | 0 | 72 | 127 | 74 | 24 | 115 | 26 |
| Binary | 1100101 | 101010 | 1101 | 0 | 111010 | 1010111 | 111100 | 10100 | 1001101 | 10110 |
Color Harmonies of #652A0D
Complementary color
Monochromatic Colors of #652A0D
Black with #652A0D
Text Example
Text Example
White with #652A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652A0D; }
p { color: rgb(101,42,13); }
H1.HeaderClassName
{
color: #652A0D;
}
.AnyTagClassName
{
color: #652A0D;
}
</style>
background-color css
<style>
a { background-color: #652A0D; }
a { background-color: rgb(101,42,13); }
div.DivClassName
{
background-color: #652A0D;
}
.BgClassName
{
background-color: #652A0D;
}
</style>
border-color css
<style>
span { border-color: #652A0D; }
span { border-color: rgb(101,42,13); }
td.TdClassName
{
border-color: #652A0D;
}
.TagClassName
{
border-color: #652A0D;
}
</style>