Shades of Baker's Chocolate #652A00
Tints of Baker's Chocolate #652A00
RGB
CMYK
RGB Variations
Color information
#652A00 (or 0x652A00) is known color: Baker's Chocolate. HEX triplet: 65, 2A and 00. RGB value is (101,42,0). Sum of RGB (Red+Green+Blue) = 101+42+0=143 (18% of max value = 765). Red value is 101 (39.84% from 255 or 70.63% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 101 - color contains mainly: red. Hex color #652A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652A00 is #9AD5FF. Grayscale: #373737. Windows color (decimal): -10147328 or 10853. OLE color: 10853.
HSL color Cylindrical-coordinate representation of color #652A00: hue angle of 24.95º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #652A00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 42 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.60 |
| HSL | 24.95º | 1% | 0.2% | - |
| HSV(B) | 24.95º | 1% | 0.4% | - |
| XYZ | 6.19 | 4.42 | 0.53 | - |
| YUV | 54.85 | 97.05 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 0 | 0 | 0.58 | 1 | 0.60 | 24.95 | 1 | 0.2 |
| Hex | 65 | 2A | 0 | 0 | 3A | 64 | 3C | 19 | 64 | 14 |
| Octal | 145 | 52 | 0 | 0 | 72 | 144 | 74 | 31 | 144 | 24 |
| Binary | 1100101 | 101010 | 0 | 0 | 111010 | 1100100 | 111100 | 11001 | 1100100 | 10100 |
Color Harmonies of #652A00
Complementary color
Monochromatic Colors of #652A00
Black with #652A00
Text Example
Text Example
White with #652A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652A00; }
p { color: rgb(101,42,0); }
H1.HeaderClassName
{
color: #652A00;
}
.AnyTagClassName
{
color: #652A00;
}
</style>
background-color css
<style>
a { background-color: #652A00; }
a { background-color: rgb(101,42,0); }
div.DivClassName
{
background-color: #652A00;
}
.BgClassName
{
background-color: #652A00;
}
</style>
border-color css
<style>
span { border-color: #652A00; }
span { border-color: rgb(101,42,0); }
td.TdClassName
{
border-color: #652A00;
}
.TagClassName
{
border-color: #652A00;
}
</style>