Shades of Baker's Chocolate #522903
Tints of Baker's Chocolate #522903
RGB
CMYK
RGB Variations
Color information
#522903 (or 0x522903) is known color: Baker's Chocolate. HEX triplet: 52, 29 and 03. RGB value is (82,41,3). Sum of RGB (Red+Green+Blue) = 82+41+3=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #522903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522903 is #ADD6FC. Grayscale: #313131. Windows color (decimal): -11392765 or 207186. OLE color: 207186.
HSL color Cylindrical-coordinate representation of color #522903: hue angle of 28.86º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #522903 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 41 | 3 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.68 |
| HSL | 28.86º | 0.93% | 0.17% | - |
| HSV(B) | 28.86º | 0.96% | 0.32% | - |
| XYZ | 4.29 | 3.39 | 0.51 | - |
| YUV | 48.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 3 | 0 | 0.50 | 0.96 | 0.68 | 28.86 | 0.93 | 0.17 |
| Hex | 52 | 29 | 3 | 0 | 32 | 60 | 44 | 1D | 5D | 11 |
| Octal | 122 | 51 | 3 | 0 | 62 | 140 | 104 | 35 | 135 | 21 |
| Binary | 1010010 | 101001 | 11 | 0 | 110010 | 1100000 | 1000100 | 11101 | 1011101 | 10001 |
Color Harmonies of #522903
Complementary color
Monochromatic Colors of #522903
Black with #522903
Text Example
Text Example
White with #522903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522903; }
p { color: rgb(82,41,3); }
H1.HeaderClassName
{
color: #522903;
}
.AnyTagClassName
{
color: #522903;
}
</style>
background-color css
<style>
a { background-color: #522903; }
a { background-color: rgb(82,41,3); }
div.DivClassName
{
background-color: #522903;
}
.BgClassName
{
background-color: #522903;
}
</style>
border-color css
<style>
span { border-color: #522903; }
span { border-color: rgb(82,41,3); }
td.TdClassName
{
border-color: #522903;
}
.TagClassName
{
border-color: #522903;
}
</style>