Shades of Baker's Chocolate #652D19
Tints of Baker's Chocolate #652D19
RGB
CMYK
RGB Variations
Color information
#652D19 (or 0x652D19) is known color: Baker's Chocolate. HEX triplet: 65, 2D and 19. RGB value is (101,45,25). Sum of RGB (Red+Green+Blue) = 101+45+25=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #652D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652D19 is #9AD2E6. Grayscale: #3B3B3B. Windows color (decimal): -10146535 or 1650021. OLE color: 1650021.
HSL color Cylindrical-coordinate representation of color #652D19: hue angle of 15.79º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #652D19 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 25 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.60 |
| HSL | 15.79º | 0.6% | 0.25% | - |
| HSV(B) | 15.79º | 0.75% | 0.4% | - |
| XYZ | 6.48 | 4.71 | 1.49 | - |
| YUV | 59.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 25 | 0 | 0.55 | 0.75 | 0.60 | 15.79 | 0.6 | 0.25 |
| Hex | 65 | 2D | 19 | 0 | 37 | 4B | 3C | 10 | 3C | 19 |
| Octal | 145 | 55 | 31 | 0 | 67 | 113 | 74 | 20 | 74 | 31 |
| Binary | 1100101 | 101101 | 11001 | 0 | 110111 | 1001011 | 111100 | 10000 | 111100 | 11001 |
Color Harmonies of #652D19
Complementary color
Monochromatic Colors of #652D19
Black with #652D19
Text Example
Text Example
White with #652D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D19; }
p { color: rgb(101,45,25); }
H1.HeaderClassName
{
color: #652D19;
}
.AnyTagClassName
{
color: #652D19;
}
</style>
background-color css
<style>
a { background-color: #652D19; }
a { background-color: rgb(101,45,25); }
div.DivClassName
{
background-color: #652D19;
}
.BgClassName
{
background-color: #652D19;
}
</style>
border-color css
<style>
span { border-color: #652D19; }
span { border-color: rgb(101,45,25); }
td.TdClassName
{
border-color: #652D19;
}
.TagClassName
{
border-color: #652D19;
}
</style>