Shades of Baker's Chocolate #652F04
Tints of Baker's Chocolate #652F04
RGB
CMYK
RGB Variations
Color information
#652F04 (or 0x652F04) is known color: Baker's Chocolate. HEX triplet: 65, 2F and 04. RGB value is (101,47,4). Sum of RGB (Red+Green+Blue) = 101+47+4=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #652F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652F04 is #9AD0FB. Grayscale: #3A3A3A. Windows color (decimal): -10146044 or 274277. OLE color: 274277.
HSL color Cylindrical-coordinate representation of color #652F04: hue angle of 26.6º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #652F04 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 4 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.60 |
| HSL | 26.6º | 0.92% | 0.21% | - |
| HSV(B) | 26.6º | 0.96% | 0.4% | - |
| XYZ | 6.41 | 4.81 | 0.71 | - |
| YUV | 58.24 | 97.39 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 4 | 0 | 0.53 | 0.96 | 0.60 | 26.6 | 0.92 | 0.21 |
| Hex | 65 | 2F | 4 | 0 | 35 | 60 | 3C | 1B | 5C | 15 |
| Octal | 145 | 57 | 4 | 0 | 65 | 140 | 74 | 33 | 134 | 25 |
| Binary | 1100101 | 101111 | 100 | 0 | 110101 | 1100000 | 111100 | 11011 | 1011100 | 10101 |
Color Harmonies of #652F04
Complementary color
Monochromatic Colors of #652F04
Black with #652F04
Text Example
Text Example
White with #652F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F04; }
p { color: rgb(101,47,4); }
H1.HeaderClassName
{
color: #652F04;
}
.AnyTagClassName
{
color: #652F04;
}
</style>
background-color css
<style>
a { background-color: #652F04; }
a { background-color: rgb(101,47,4); }
div.DivClassName
{
background-color: #652F04;
}
.BgClassName
{
background-color: #652F04;
}
</style>
border-color css
<style>
span { border-color: #652F04; }
span { border-color: rgb(101,47,4); }
td.TdClassName
{
border-color: #652F04;
}
.TagClassName
{
border-color: #652F04;
}
</style>