Shades of Baker's Chocolate #642A02
Tints of Baker's Chocolate #642A02
RGB
CMYK
RGB Variations
Color information
#642A02 (or 0x642A02) is known color: Baker's Chocolate. HEX triplet: 64, 2A and 02. RGB value is (100,42,2). Sum of RGB (Red+Green+Blue) = 100+42+2=144 (19% of max value = 765). Red value is 100 (39.45% from 255 or 69.44% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 100 - color contains mainly: red. Hex color #642A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642A02 is #9BD5FD. Grayscale: #373737. Windows color (decimal): -10212862 or 141924. OLE color: 141924.
HSL color Cylindrical-coordinate representation of color #642A02: hue angle of 24.49º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #642A02 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 42 | 2 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.61 |
| HSL | 24.49º | 0.96% | 0.2% | - |
| HSV(B) | 24.49º | 0.98% | 0.39% | - |
| XYZ | 6.09 | 4.37 | 0.58 | - |
| YUV | 54.78 | 98.22 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 2 | 0 | 0.58 | 0.98 | 0.61 | 24.49 | 0.96 | 0.2 |
| Hex | 64 | 2A | 2 | 0 | 3A | 62 | 3D | 18 | 60 | 14 |
| Octal | 144 | 52 | 2 | 0 | 72 | 142 | 75 | 30 | 140 | 24 |
| Binary | 1100100 | 101010 | 10 | 0 | 111010 | 1100010 | 111101 | 11000 | 1100000 | 10100 |
Color Harmonies of #642A02
Complementary color
Monochromatic Colors of #642A02
Black with #642A02
Text Example
Text Example
White with #642A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A02; }
p { color: rgb(100,42,2); }
H1.HeaderClassName
{
color: #642A02;
}
.AnyTagClassName
{
color: #642A02;
}
</style>
background-color css
<style>
a { background-color: #642A02; }
a { background-color: rgb(100,42,2); }
div.DivClassName
{
background-color: #642A02;
}
.BgClassName
{
background-color: #642A02;
}
</style>
border-color css
<style>
span { border-color: #642A02; }
span { border-color: rgb(100,42,2); }
td.TdClassName
{
border-color: #642A02;
}
.TagClassName
{
border-color: #642A02;
}
</style>