Shades of Baker's Chocolate #502B05
Tints of Baker's Chocolate #502B05
RGB
CMYK
RGB Variations
Color information
#502B05 (or 0x502B05) is known color: Baker's Chocolate. HEX triplet: 50, 2B and 05. RGB value is (80,43,5). Sum of RGB (Red+Green+Blue) = 80+43+5=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #502B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502B05 is #AFD4FA. Grayscale: #313131. Windows color (decimal): -11523323 or 338768. OLE color: 338768.
HSL color Cylindrical-coordinate representation of color #502B05: hue angle of 30.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #502B05 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 43 | 5 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.69 |
| HSL | 30.4º | 0.88% | 0.17% | - |
| HSV(B) | 30.4º | 0.94% | 0.31% | - |
| XYZ | 4.2 | 3.44 | 0.59 | - |
| YUV | 49.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 5 | 0 | 0.46 | 0.94 | 0.69 | 30.4 | 0.88 | 0.17 |
| Hex | 50 | 2B | 5 | 0 | 2E | 5E | 45 | 1E | 58 | 11 |
| Octal | 120 | 53 | 5 | 0 | 56 | 136 | 105 | 36 | 130 | 21 |
| Binary | 1010000 | 101011 | 101 | 0 | 101110 | 1011110 | 1000101 | 11110 | 1011000 | 10001 |
Color Harmonies of #502B05
Complementary color
Monochromatic Colors of #502B05
Black with #502B05
Text Example
Text Example
White with #502B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B05; }
p { color: rgb(80,43,5); }
H1.HeaderClassName
{
color: #502B05;
}
.AnyTagClassName
{
color: #502B05;
}
</style>
background-color css
<style>
a { background-color: #502B05; }
a { background-color: rgb(80,43,5); }
div.DivClassName
{
background-color: #502B05;
}
.BgClassName
{
background-color: #502B05;
}
</style>
border-color css
<style>
span { border-color: #502B05; }
span { border-color: rgb(80,43,5); }
td.TdClassName
{
border-color: #502B05;
}
.TagClassName
{
border-color: #502B05;
}
</style>