Shades of Baker's Chocolate #502D07
Tints of Baker's Chocolate #502D07
RGB
CMYK
RGB Variations
Color information
#502D07 (or 0x502D07) is known color: Baker's Chocolate. HEX triplet: 50, 2D and 07. RGB value is (80,45,7). Sum of RGB (Red+Green+Blue) = 80+45+7=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #502D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D07 is #AFD2F8. Grayscale: #333333. Windows color (decimal): -11522809 or 470352. OLE color: 470352.
HSL color Cylindrical-coordinate representation of color #502D07: hue angle of 31.23º 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 #502D07 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 7 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.69 |
| HSL | 31.23º | 0.84% | 0.17% | - |
| HSV(B) | 31.23º | 0.91% | 0.31% | - |
| XYZ | 4.29 | 3.6 | 0.67 | - |
| YUV | 51.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 7 | 0 | 0.44 | 0.91 | 0.69 | 31.23 | 0.84 | 0.17 |
| Hex | 50 | 2D | 7 | 0 | 2C | 5B | 45 | 1F | 54 | 11 |
| Octal | 120 | 55 | 7 | 0 | 54 | 133 | 105 | 37 | 124 | 21 |
| Binary | 1010000 | 101101 | 111 | 0 | 101100 | 1011011 | 1000101 | 11111 | 1010100 | 10001 |
Color Harmonies of #502D07
Complementary color
Monochromatic Colors of #502D07
Black with #502D07
Text Example
Text Example
White with #502D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D07; }
p { color: rgb(80,45,7); }
H1.HeaderClassName
{
color: #502D07;
}
.AnyTagClassName
{
color: #502D07;
}
</style>
background-color css
<style>
a { background-color: #502D07; }
a { background-color: rgb(80,45,7); }
div.DivClassName
{
background-color: #502D07;
}
.BgClassName
{
background-color: #502D07;
}
</style>
border-color css
<style>
span { border-color: #502D07; }
span { border-color: rgb(80,45,7); }
td.TdClassName
{
border-color: #502D07;
}
.TagClassName
{
border-color: #502D07;
}
</style>