Shades of Baker's Chocolate #502B06
Tints of Baker's Chocolate #502B06
RGB
CMYK
RGB Variations
Color information
#502B06 (or 0x502B06) is known color: Baker's Chocolate. HEX triplet: 50, 2B and 06. RGB value is (80,43,6). Sum of RGB (Red+Green+Blue) = 80+43+6=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #502B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502B06 is #AFD4F9. Grayscale: #323232. Windows color (decimal): -11523322 or 404304. OLE color: 404304.
HSL color Cylindrical-coordinate representation of color #502B06: hue angle of 30º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #502B06 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 43 | 6 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.69 |
| HSL | 30º | 0.86% | 0.17% | - |
| HSV(B) | 30º | 0.93% | 0.31% | - |
| XYZ | 4.21 | 3.45 | 0.62 | - |
| YUV | 49.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 6 | 0 | 0.46 | 0.92 | 0.69 | 30 | 0.86 | 0.17 |
| Hex | 50 | 2B | 6 | 0 | 2E | 5C | 45 | 1E | 56 | 11 |
| Octal | 120 | 53 | 6 | 0 | 56 | 134 | 105 | 36 | 126 | 21 |
| Binary | 1010000 | 101011 | 110 | 0 | 101110 | 1011100 | 1000101 | 11110 | 1010110 | 10001 |
Color Harmonies of #502B06
Complementary color
Monochromatic Colors of #502B06
Black with #502B06
Text Example
Text Example
White with #502B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B06; }
p { color: rgb(80,43,6); }
H1.HeaderClassName
{
color: #502B06;
}
.AnyTagClassName
{
color: #502B06;
}
</style>
background-color css
<style>
a { background-color: #502B06; }
a { background-color: rgb(80,43,6); }
div.DivClassName
{
background-color: #502B06;
}
.BgClassName
{
background-color: #502B06;
}
</style>
border-color css
<style>
span { border-color: #502B06; }
span { border-color: rgb(80,43,6); }
td.TdClassName
{
border-color: #502B06;
}
.TagClassName
{
border-color: #502B06;
}
</style>