Shades of Baker's Chocolate #652912
Tints of Baker's Chocolate #652912
RGB
CMYK
RGB Variations
Color information
#652912 (or 0x652912) is known color: Baker's Chocolate. HEX triplet: 65, 29 and 12. RGB value is (101,41,18). Sum of RGB (Red+Green+Blue) = 101+41+18=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #652912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652912 is #9AD6ED. Grayscale: #383838. Windows color (decimal): -10147566 or 1190245. OLE color: 1190245.
HSL color Cylindrical-coordinate representation of color #652912: hue angle of 16.63º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #652912 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 41 | 18 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.60 |
| HSL | 16.63º | 0.7% | 0.23% | - |
| HSV(B) | 16.63º | 0.82% | 0.4% | - |
| XYZ | 6.27 | 4.4 | 1.09 | - |
| YUV | 56.32 | 106.38 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 18 | 0 | 0.59 | 0.82 | 0.60 | 16.63 | 0.7 | 0.23 |
| Hex | 65 | 29 | 12 | 0 | 3B | 52 | 3C | 11 | 46 | 17 |
| Octal | 145 | 51 | 22 | 0 | 73 | 122 | 74 | 21 | 106 | 27 |
| Binary | 1100101 | 101001 | 10010 | 0 | 111011 | 1010010 | 111100 | 10001 | 1000110 | 10111 |
Color Harmonies of #652912
Complementary color
Monochromatic Colors of #652912
Black with #652912
Text Example
Text Example
White with #652912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652912; }
p { color: rgb(101,41,18); }
H1.HeaderClassName
{
color: #652912;
}
.AnyTagClassName
{
color: #652912;
}
</style>
background-color css
<style>
a { background-color: #652912; }
a { background-color: rgb(101,41,18); }
div.DivClassName
{
background-color: #652912;
}
.BgClassName
{
background-color: #652912;
}
</style>
border-color css
<style>
span { border-color: #652912; }
span { border-color: rgb(101,41,18); }
td.TdClassName
{
border-color: #652912;
}
.TagClassName
{
border-color: #652912;
}
</style>