Shades of Baker's Chocolate #652A02
Tints of Baker's Chocolate #652A02
RGB
CMYK
RGB Variations
Color information
#652A02 (or 0x652A02) is known color: Baker's Chocolate. HEX triplet: 65, 2A and 02. RGB value is (101,42,2). Sum of RGB (Red+Green+Blue) = 101+42+2=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #652A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652A02 is #9AD5FD. Grayscale: #373737. Windows color (decimal): -10147326 or 141925. OLE color: 141925.
HSL color Cylindrical-coordinate representation of color #652A02: hue angle of 24.24º 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 #652A02 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 42 | 2 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.60 |
| HSL | 24.24º | 0.96% | 0.2% | - |
| HSV(B) | 24.24º | 0.98% | 0.4% | - |
| XYZ | 6.21 | 4.43 | 0.58 | - |
| YUV | 55.08 | 98.05 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 2 | 0 | 0.58 | 0.98 | 0.60 | 24.24 | 0.96 | 0.2 |
| Hex | 65 | 2A | 2 | 0 | 3A | 62 | 3C | 18 | 60 | 14 |
| Octal | 145 | 52 | 2 | 0 | 72 | 142 | 74 | 30 | 140 | 24 |
| Binary | 1100101 | 101010 | 10 | 0 | 111010 | 1100010 | 111100 | 11000 | 1100000 | 10100 |
Color Harmonies of #652A02
Complementary color
Monochromatic Colors of #652A02
Black with #652A02
Text Example
Text Example
White with #652A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652A02; }
p { color: rgb(101,42,2); }
H1.HeaderClassName
{
color: #652A02;
}
.AnyTagClassName
{
color: #652A02;
}
</style>
background-color css
<style>
a { background-color: #652A02; }
a { background-color: rgb(101,42,2); }
div.DivClassName
{
background-color: #652A02;
}
.BgClassName
{
background-color: #652A02;
}
</style>
border-color css
<style>
span { border-color: #652A02; }
span { border-color: rgb(101,42,2); }
td.TdClassName
{
border-color: #652A02;
}
.TagClassName
{
border-color: #652A02;
}
</style>