Shades of Baker's Chocolate #652C04
Tints of Baker's Chocolate #652C04
RGB
CMYK
RGB Variations
Color information
#652C04 (or 0x652C04) is known color: Baker's Chocolate. HEX triplet: 65, 2C and 04. RGB value is (101,44,4). Sum of RGB (Red+Green+Blue) = 101+44+4=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #652C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652C04 is #9AD3FB. Grayscale: #383838. Windows color (decimal): -10146812 or 273509. OLE color: 273509.
HSL color Cylindrical-coordinate representation of color #652C04: hue angle of 24.74º 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 #652C04 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 4 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.60 |
| HSL | 24.74º | 0.92% | 0.21% | - |
| HSV(B) | 24.74º | 0.96% | 0.4% | - |
| XYZ | 6.29 | 4.58 | 0.67 | - |
| YUV | 56.48 | 98.38 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 4 | 0 | 0.56 | 0.96 | 0.60 | 24.74 | 0.92 | 0.21 |
| Hex | 65 | 2C | 4 | 0 | 38 | 60 | 3C | 19 | 5C | 15 |
| Octal | 145 | 54 | 4 | 0 | 70 | 140 | 74 | 31 | 134 | 25 |
| Binary | 1100101 | 101100 | 100 | 0 | 111000 | 1100000 | 111100 | 11001 | 1011100 | 10101 |
Color Harmonies of #652C04
Complementary color
Monochromatic Colors of #652C04
Black with #652C04
Text Example
Text Example
White with #652C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C04; }
p { color: rgb(101,44,4); }
H1.HeaderClassName
{
color: #652C04;
}
.AnyTagClassName
{
color: #652C04;
}
</style>
background-color css
<style>
a { background-color: #652C04; }
a { background-color: rgb(101,44,4); }
div.DivClassName
{
background-color: #652C04;
}
.BgClassName
{
background-color: #652C04;
}
</style>
border-color css
<style>
span { border-color: #652C04; }
span { border-color: rgb(101,44,4); }
td.TdClassName
{
border-color: #652C04;
}
.TagClassName
{
border-color: #652C04;
}
</style>