Shades of Baker's Chocolate #502607
Tints of Baker's Chocolate #502607
RGB
CMYK
RGB Variations
Color information
#502607 (or 0x502607) is known color: Baker's Chocolate. HEX triplet: 50, 26 and 07. RGB value is (80,38,7). Sum of RGB (Red+Green+Blue) = 80+38+7=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #502607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502607 is #AFD9F8. Grayscale: #2F2F2F. Windows color (decimal): -11524601 or 468560. OLE color: 468560.
HSL color Cylindrical-coordinate representation of color #502607: hue angle of 25.48º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #502607 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 38 | 7 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.69 |
| HSL | 25.48º | 0.84% | 0.17% | - |
| HSV(B) | 25.48º | 0.91% | 0.31% | - |
| XYZ | 4.04 | 3.11 | 0.59 | - |
| YUV | 47.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 38 | 7 | 0 | 0.52 | 0.91 | 0.69 | 25.48 | 0.84 | 0.17 |
| Hex | 50 | 26 | 7 | 0 | 34 | 5B | 45 | 19 | 54 | 11 |
| Octal | 120 | 46 | 7 | 0 | 64 | 133 | 105 | 31 | 124 | 21 |
| Binary | 1010000 | 100110 | 111 | 0 | 110100 | 1011011 | 1000101 | 11001 | 1010100 | 10001 |
Color Harmonies of #502607
Complementary color
Monochromatic Colors of #502607
Black with #502607
Text Example
Text Example
White with #502607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502607; }
p { color: rgb(80,38,7); }
H1.HeaderClassName
{
color: #502607;
}
.AnyTagClassName
{
color: #502607;
}
</style>
background-color css
<style>
a { background-color: #502607; }
a { background-color: rgb(80,38,7); }
div.DivClassName
{
background-color: #502607;
}
.BgClassName
{
background-color: #502607;
}
</style>
border-color css
<style>
span { border-color: #502607; }
span { border-color: rgb(80,38,7); }
td.TdClassName
{
border-color: #502607;
}
.TagClassName
{
border-color: #502607;
}
</style>