Shades of Baker's Chocolate #502A07
Tints of Baker's Chocolate #502A07
RGB
CMYK
RGB Variations
Color information
#502A07 (or 0x502A07) is known color: Baker's Chocolate. HEX triplet: 50, 2A and 07. RGB value is (80,42,7). Sum of RGB (Red+Green+Blue) = 80+42+7=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #502A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502A07 is #AFD5F8. Grayscale: #313131. Windows color (decimal): -11523577 or 469584. OLE color: 469584.
HSL color Cylindrical-coordinate representation of color #502A07: hue angle of 28.77º 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 #502A07 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 42 | 7 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.69 |
| HSL | 28.77º | 0.84% | 0.17% | - |
| HSV(B) | 28.77º | 0.91% | 0.31% | - |
| XYZ | 4.17 | 3.38 | 0.63 | - |
| YUV | 49.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 7 | 0 | 0.48 | 0.91 | 0.69 | 28.77 | 0.84 | 0.17 |
| Hex | 50 | 2A | 7 | 0 | 30 | 5B | 45 | 1D | 54 | 11 |
| Octal | 120 | 52 | 7 | 0 | 60 | 133 | 105 | 35 | 124 | 21 |
| Binary | 1010000 | 101010 | 111 | 0 | 110000 | 1011011 | 1000101 | 11101 | 1010100 | 10001 |
Color Harmonies of #502A07
Complementary color
Monochromatic Colors of #502A07
Black with #502A07
Text Example
Text Example
White with #502A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A07; }
p { color: rgb(80,42,7); }
H1.HeaderClassName
{
color: #502A07;
}
.AnyTagClassName
{
color: #502A07;
}
</style>
background-color css
<style>
a { background-color: #502A07; }
a { background-color: rgb(80,42,7); }
div.DivClassName
{
background-color: #502A07;
}
.BgClassName
{
background-color: #502A07;
}
</style>
border-color css
<style>
span { border-color: #502A07; }
span { border-color: rgb(80,42,7); }
td.TdClassName
{
border-color: #502A07;
}
.TagClassName
{
border-color: #502A07;
}
</style>