Shades of Baker's Chocolate #502707
Tints of Baker's Chocolate #502707
RGB
CMYK
RGB Variations
Color information
#502707 (or 0x502707) is known color: Baker's Chocolate. HEX triplet: 50, 27 and 07. RGB value is (80,39,7). Sum of RGB (Red+Green+Blue) = 80+39+7=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #502707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502707 is #AFD8F8. Grayscale: #2F2F2F. Windows color (decimal): -11524345 or 468816. OLE color: 468816.
HSL color Cylindrical-coordinate representation of color #502707: hue angle of 26.3º 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 #502707 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 39 | 7 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.69 |
| HSL | 26.3º | 0.84% | 0.17% | - |
| HSV(B) | 26.3º | 0.91% | 0.31% | - |
| XYZ | 4.07 | 3.17 | 0.6 | - |
| YUV | 47.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 7 | 0 | 0.51 | 0.91 | 0.69 | 26.3 | 0.84 | 0.17 |
| Hex | 50 | 27 | 7 | 0 | 33 | 5B | 45 | 1A | 54 | 11 |
| Octal | 120 | 47 | 7 | 0 | 63 | 133 | 105 | 32 | 124 | 21 |
| Binary | 1010000 | 100111 | 111 | 0 | 110011 | 1011011 | 1000101 | 11010 | 1010100 | 10001 |
Color Harmonies of #502707
Complementary color
Monochromatic Colors of #502707
Black with #502707
Text Example
Text Example
White with #502707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502707; }
p { color: rgb(80,39,7); }
H1.HeaderClassName
{
color: #502707;
}
.AnyTagClassName
{
color: #502707;
}
</style>
background-color css
<style>
a { background-color: #502707; }
a { background-color: rgb(80,39,7); }
div.DivClassName
{
background-color: #502707;
}
.BgClassName
{
background-color: #502707;
}
</style>
border-color css
<style>
span { border-color: #502707; }
span { border-color: rgb(80,39,7); }
td.TdClassName
{
border-color: #502707;
}
.TagClassName
{
border-color: #502707;
}
</style>