Shades of Baker's Chocolate #502A00
Tints of Baker's Chocolate #502A00
RGB
CMYK
RGB Variations
Color information
#502A00 (or 0x502A00) is known color: Baker's Chocolate. HEX triplet: 50, 2A and 00. RGB value is (80,42,0). Sum of RGB (Red+Green+Blue) = 80+42+0=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #502A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502A00 is #AFD5FF. Grayscale: #303030. Windows color (decimal): -11523584 or 10832. OLE color: 10832.
HSL color Cylindrical-coordinate representation of color #502A00: hue angle of 31.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #502A00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 42 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.69 |
| HSL | 31.5º | 1% | 0.16% | - |
| HSV(B) | 31.5º | 1% | 0.31% | - |
| XYZ | 4.14 | 3.36 | 0.43 | - |
| YUV | 48.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 0 | 0 | 0.48 | 1 | 0.69 | 31.5 | 1 | 0.16 |
| Hex | 50 | 2A | 0 | 0 | 30 | 64 | 45 | 1F | 64 | 10 |
| Octal | 120 | 52 | 0 | 0 | 60 | 144 | 105 | 37 | 144 | 20 |
| Binary | 1010000 | 101010 | 0 | 0 | 110000 | 1100100 | 1000101 | 11111 | 1100100 | 10000 |
Color Harmonies of #502A00
Complementary color
Monochromatic Colors of #502A00
Black with #502A00
Text Example
Text Example
White with #502A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A00; }
p { color: rgb(80,42,0); }
H1.HeaderClassName
{
color: #502A00;
}
.AnyTagClassName
{
color: #502A00;
}
</style>
background-color css
<style>
a { background-color: #502A00; }
a { background-color: rgb(80,42,0); }
div.DivClassName
{
background-color: #502A00;
}
.BgClassName
{
background-color: #502A00;
}
</style>
border-color css
<style>
span { border-color: #502A00; }
span { border-color: rgb(80,42,0); }
td.TdClassName
{
border-color: #502A00;
}
.TagClassName
{
border-color: #502A00;
}
</style>