Shades of Baker's Chocolate #652F00
Tints of Baker's Chocolate #652F00
RGB
CMYK
RGB Variations
Color information
#652F00 (or 0x652F00) is known color: Baker's Chocolate. HEX triplet: 65, 2F and 00. RGB value is (101,47,0). Sum of RGB (Red+Green+Blue) = 101+47+0=148 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.24% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 101 - color contains mainly: red. Hex color #652F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652F00 is #9AD0FF. Grayscale: #3A3A3A. Windows color (decimal): -10146048 or 12133. OLE color: 12133.
HSL color Cylindrical-coordinate representation of color #652F00: hue angle of 27.92º 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 #652F00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.60 |
| HSL | 27.92º | 1% | 0.2% | - |
| HSV(B) | 27.92º | 1% | 0.4% | - |
| XYZ | 6.38 | 4.8 | 0.59 | - |
| YUV | 57.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 0 | 0 | 0.53 | 1 | 0.60 | 27.92 | 1 | 0.2 |
| Hex | 65 | 2F | 0 | 0 | 35 | 64 | 3C | 1C | 64 | 14 |
| Octal | 145 | 57 | 0 | 0 | 65 | 144 | 74 | 34 | 144 | 24 |
| Binary | 1100101 | 101111 | 0 | 0 | 110101 | 1100100 | 111100 | 11100 | 1100100 | 10100 |
Color Harmonies of #652F00
Complementary color
Monochromatic Colors of #652F00
Black with #652F00
Text Example
Text Example
White with #652F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F00; }
p { color: rgb(101,47,0); }
H1.HeaderClassName
{
color: #652F00;
}
.AnyTagClassName
{
color: #652F00;
}
</style>
background-color css
<style>
a { background-color: #652F00; }
a { background-color: rgb(101,47,0); }
div.DivClassName
{
background-color: #652F00;
}
.BgClassName
{
background-color: #652F00;
}
</style>
border-color css
<style>
span { border-color: #652F00; }
span { border-color: rgb(101,47,0); }
td.TdClassName
{
border-color: #652F00;
}
.TagClassName
{
border-color: #652F00;
}
</style>