Shades of Baker's Chocolate #652D00
Tints of Baker's Chocolate #652D00
RGB
CMYK
RGB Variations
Color information
#652D00 (or 0x652D00) is known color: Baker's Chocolate. HEX triplet: 65, 2D and 00. RGB value is (101,45,0). Sum of RGB (Red+Green+Blue) = 101+45+0=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #652D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652D00 is #9AD2FF. Grayscale: #383838. Windows color (decimal): -10146560 or 11621. OLE color: 11621.
HSL color Cylindrical-coordinate representation of color #652D00: hue angle of 26.73º 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 #652D00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.60 |
| HSL | 26.73º | 1% | 0.2% | - |
| HSV(B) | 26.73º | 1% | 0.4% | - |
| XYZ | 6.31 | 4.64 | 0.56 | - |
| YUV | 56.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 0 | 0 | 0.55 | 1 | 0.60 | 26.73 | 1 | 0.2 |
| Hex | 65 | 2D | 0 | 0 | 37 | 64 | 3C | 1B | 64 | 14 |
| Octal | 145 | 55 | 0 | 0 | 67 | 144 | 74 | 33 | 144 | 24 |
| Binary | 1100101 | 101101 | 0 | 0 | 110111 | 1100100 | 111100 | 11011 | 1100100 | 10100 |
Color Harmonies of #652D00
Complementary color
Monochromatic Colors of #652D00
Black with #652D00
Text Example
Text Example
White with #652D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D00; }
p { color: rgb(101,45,0); }
H1.HeaderClassName
{
color: #652D00;
}
.AnyTagClassName
{
color: #652D00;
}
</style>
background-color css
<style>
a { background-color: #652D00; }
a { background-color: rgb(101,45,0); }
div.DivClassName
{
background-color: #652D00;
}
.BgClassName
{
background-color: #652D00;
}
</style>
border-color css
<style>
span { border-color: #652D00; }
span { border-color: rgb(101,45,0); }
td.TdClassName
{
border-color: #652D00;
}
.TagClassName
{
border-color: #652D00;
}
</style>