Shades of Baker's Chocolate #652504
Tints of Baker's Chocolate #652504
RGB
CMYK
RGB Variations
Color information
#652504 (or 0x652504) is known color: Baker's Chocolate. HEX triplet: 65, 25 and 04. RGB value is (101,37,4). Sum of RGB (Red+Green+Blue) = 101+37+4=142 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.13% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 101 - color contains mainly: red. Hex color #652504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652504 is #9ADAFB. Grayscale: #343434. Windows color (decimal): -10148604 or 271717. OLE color: 271717.
HSL color Cylindrical-coordinate representation of color #652504: hue angle of 20.41º 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 #652504 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 37 | 4 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.60 |
| HSL | 20.41º | 0.92% | 0.21% | - |
| HSV(B) | 20.41º | 0.96% | 0.4% | - |
| XYZ | 6.05 | 4.1 | 0.59 | - |
| YUV | 52.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 4 | 0 | 0.63 | 0.96 | 0.60 | 20.41 | 0.92 | 0.21 |
| Hex | 65 | 25 | 4 | 0 | 3F | 60 | 3C | 14 | 5C | 15 |
| Octal | 145 | 45 | 4 | 0 | 77 | 140 | 74 | 24 | 134 | 25 |
| Binary | 1100101 | 100101 | 100 | 0 | 111111 | 1100000 | 111100 | 10100 | 1011100 | 10101 |
Color Harmonies of #652504
Complementary color
Monochromatic Colors of #652504
Black with #652504
Text Example
Text Example
White with #652504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652504; }
p { color: rgb(101,37,4); }
H1.HeaderClassName
{
color: #652504;
}
.AnyTagClassName
{
color: #652504;
}
</style>
background-color css
<style>
a { background-color: #652504; }
a { background-color: rgb(101,37,4); }
div.DivClassName
{
background-color: #652504;
}
.BgClassName
{
background-color: #652504;
}
</style>
border-color css
<style>
span { border-color: #652504; }
span { border-color: rgb(101,37,4); }
td.TdClassName
{
border-color: #652504;
}
.TagClassName
{
border-color: #652504;
}
</style>