Shades of Baker's Chocolate #652F01
Tints of Baker's Chocolate #652F01
RGB
CMYK
RGB Variations
Color information
#652F01 (or 0x652F01) is known color: Baker's Chocolate. HEX triplet: 65, 2F and 01. RGB value is (101,47,1). Sum of RGB (Red+Green+Blue) = 101+47+1=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #652F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652F01 is #9AD0FE. Grayscale: #3A3A3A. Windows color (decimal): -10146047 or 77669. OLE color: 77669.
HSL color Cylindrical-coordinate representation of color #652F01: hue angle of 27.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #652F01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.60 |
| HSL | 27.6º | 0.98% | 0.2% | - |
| HSV(B) | 27.6º | 0.99% | 0.4% | - |
| XYZ | 6.39 | 4.8 | 0.62 | - |
| YUV | 57.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 1 | 0 | 0.53 | 0.99 | 0.60 | 27.6 | 0.98 | 0.2 |
| Hex | 65 | 2F | 1 | 0 | 35 | 63 | 3C | 1C | 62 | 14 |
| Octal | 145 | 57 | 1 | 0 | 65 | 143 | 74 | 34 | 142 | 24 |
| Binary | 1100101 | 101111 | 1 | 0 | 110101 | 1100011 | 111100 | 11100 | 1100010 | 10100 |
Color Harmonies of #652F01
Complementary color
Monochromatic Colors of #652F01
Black with #652F01
Text Example
Text Example
White with #652F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F01; }
p { color: rgb(101,47,1); }
H1.HeaderClassName
{
color: #652F01;
}
.AnyTagClassName
{
color: #652F01;
}
</style>
background-color css
<style>
a { background-color: #652F01; }
a { background-color: rgb(101,47,1); }
div.DivClassName
{
background-color: #652F01;
}
.BgClassName
{
background-color: #652F01;
}
</style>
border-color css
<style>
span { border-color: #652F01; }
span { border-color: rgb(101,47,1); }
td.TdClassName
{
border-color: #652F01;
}
.TagClassName
{
border-color: #652F01;
}
</style>