Shades of Baker's Chocolate #622A02
Tints of Baker's Chocolate #622A02
RGB
CMYK
RGB Variations
Color information
#622A02 (or 0x622A02) is known color: Baker's Chocolate. HEX triplet: 62, 2A and 02. RGB value is (98,42,2). Sum of RGB (Red+Green+Blue) = 98+42+2=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #622A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622A02 is #9DD5FD. Grayscale: #363636. Windows color (decimal): -10343934 or 141922. OLE color: 141922.
HSL color Cylindrical-coordinate representation of color #622A02: hue angle of 25º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #622A02 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 42 | 2 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.62 |
| HSL | 25º | 0.96% | 0.2% | - |
| HSV(B) | 25º | 0.98% | 0.38% | - |
| XYZ | 5.88 | 4.26 | 0.57 | - |
| YUV | 54.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 2 | 0 | 0.57 | 0.98 | 0.62 | 25 | 0.96 | 0.2 |
| Hex | 62 | 2A | 2 | 0 | 39 | 62 | 3E | 19 | 60 | 14 |
| Octal | 142 | 52 | 2 | 0 | 71 | 142 | 76 | 31 | 140 | 24 |
| Binary | 1100010 | 101010 | 10 | 0 | 111001 | 1100010 | 111110 | 11001 | 1100000 | 10100 |
Color Harmonies of #622A02
Complementary color
Monochromatic Colors of #622A02
Black with #622A02
Text Example
Text Example
White with #622A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622A02; }
p { color: rgb(98,42,2); }
H1.HeaderClassName
{
color: #622A02;
}
.AnyTagClassName
{
color: #622A02;
}
</style>
background-color css
<style>
a { background-color: #622A02; }
a { background-color: rgb(98,42,2); }
div.DivClassName
{
background-color: #622A02;
}
.BgClassName
{
background-color: #622A02;
}
</style>
border-color css
<style>
span { border-color: #622A02; }
span { border-color: rgb(98,42,2); }
td.TdClassName
{
border-color: #622A02;
}
.TagClassName
{
border-color: #622A02;
}
</style>