Shades of Baker's Chocolate #653013
Tints of Baker's Chocolate #653013
RGB
CMYK
RGB Variations
Color information
#653013 (or 0x653013) is known color: Baker's Chocolate. HEX triplet: 65, 30 and 13. RGB value is (101,48,19). Sum of RGB (Red+Green+Blue) = 101+48+19=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #653013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653013 is #9ACFEC. Grayscale: #3C3C3C. Windows color (decimal): -10145773 or 1257573. OLE color: 1257573.
HSL color Cylindrical-coordinate representation of color #653013: hue angle of 21.22º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #653013 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 48 | 19 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.60 |
| HSL | 21.22º | 0.68% | 0.24% | - |
| HSV(B) | 21.22º | 0.81% | 0.4% | - |
| XYZ | 6.54 | 4.93 | 1.22 | - |
| YUV | 60.54 | 104.56 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 19 | 0 | 0.52 | 0.81 | 0.60 | 21.22 | 0.68 | 0.24 |
| Hex | 65 | 30 | 13 | 0 | 34 | 51 | 3C | 15 | 44 | 18 |
| Octal | 145 | 60 | 23 | 0 | 64 | 121 | 74 | 25 | 104 | 30 |
| Binary | 1100101 | 110000 | 10011 | 0 | 110100 | 1010001 | 111100 | 10101 | 1000100 | 11000 |
Color Harmonies of #653013
Complementary color
Monochromatic Colors of #653013
Black with #653013
Text Example
Text Example
White with #653013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653013; }
p { color: rgb(101,48,19); }
H1.HeaderClassName
{
color: #653013;
}
.AnyTagClassName
{
color: #653013;
}
</style>
background-color css
<style>
a { background-color: #653013; }
a { background-color: rgb(101,48,19); }
div.DivClassName
{
background-color: #653013;
}
.BgClassName
{
background-color: #653013;
}
</style>
border-color css
<style>
span { border-color: #653013; }
span { border-color: rgb(101,48,19); }
td.TdClassName
{
border-color: #653013;
}
.TagClassName
{
border-color: #653013;
}
</style>