Shades of Baker's Chocolate #652502
Tints of Baker's Chocolate #652502
RGB
CMYK
RGB Variations
Color information
#652502 (or 0x652502) is known color: Baker's Chocolate. HEX triplet: 65, 25 and 02. RGB value is (101,37,2). Sum of RGB (Red+Green+Blue) = 101+37+2=140 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.14% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 101 - color contains mainly: red. Hex color #652502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652502 is #9ADAFD. Grayscale: #343434. Windows color (decimal): -10148606 or 140645. OLE color: 140645.
HSL color Cylindrical-coordinate representation of color #652502: hue angle of 21.21º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #652502 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 37 | 2 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.60 |
| HSL | 21.21º | 0.96% | 0.2% | - |
| HSV(B) | 21.21º | 0.98% | 0.4% | - |
| XYZ | 6.04 | 4.09 | 0.53 | - |
| YUV | 52.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 2 | 0 | 0.63 | 0.98 | 0.60 | 21.21 | 0.96 | 0.2 |
| Hex | 65 | 25 | 2 | 0 | 3F | 62 | 3C | 15 | 60 | 14 |
| Octal | 145 | 45 | 2 | 0 | 77 | 142 | 74 | 25 | 140 | 24 |
| Binary | 1100101 | 100101 | 10 | 0 | 111111 | 1100010 | 111100 | 10101 | 1100000 | 10100 |
Color Harmonies of #652502
Complementary color
Monochromatic Colors of #652502
Black with #652502
Text Example
Text Example
White with #652502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652502; }
p { color: rgb(101,37,2); }
H1.HeaderClassName
{
color: #652502;
}
.AnyTagClassName
{
color: #652502;
}
</style>
background-color css
<style>
a { background-color: #652502; }
a { background-color: rgb(101,37,2); }
div.DivClassName
{
background-color: #652502;
}
.BgClassName
{
background-color: #652502;
}
</style>
border-color css
<style>
span { border-color: #652502; }
span { border-color: rgb(101,37,2); }
td.TdClassName
{
border-color: #652502;
}
.TagClassName
{
border-color: #652502;
}
</style>