Shades of Baker's Chocolate #503606
Tints of Baker's Chocolate #503606
RGB
CMYK
RGB Variations
Color information
#503606 (or 0x503606) is known color: Baker's Chocolate. HEX triplet: 50, 36 and 06. RGB value is (80,54,6). Sum of RGB (Red+Green+Blue) = 80+54+6=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #503606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503606 is #AFC9F9. Grayscale: #383838. Windows color (decimal): -11520506 or 407120. OLE color: 407120.
HSL color Cylindrical-coordinate representation of color #503606: hue angle of 38.92º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #503606 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 54 | 6 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.69 |
| HSL | 38.92º | 0.86% | 0.17% | - |
| HSV(B) | 38.92º | 0.93% | 0.31% | - |
| XYZ | 4.66 | 4.36 | 0.77 | - |
| YUV | 56.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 6 | 0 | 0.33 | 0.92 | 0.69 | 38.92 | 0.86 | 0.17 |
| Hex | 50 | 36 | 6 | 0 | 21 | 5C | 45 | 27 | 56 | 11 |
| Octal | 120 | 66 | 6 | 0 | 41 | 134 | 105 | 47 | 126 | 21 |
| Binary | 1010000 | 110110 | 110 | 0 | 100001 | 1011100 | 1000101 | 100111 | 1010110 | 10001 |
Color Harmonies of #503606
Complementary color
Monochromatic Colors of #503606
Black with #503606
Text Example
Text Example
White with #503606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503606; }
p { color: rgb(80,54,6); }
H1.HeaderClassName
{
color: #503606;
}
.AnyTagClassName
{
color: #503606;
}
</style>
background-color css
<style>
a { background-color: #503606; }
a { background-color: rgb(80,54,6); }
div.DivClassName
{
background-color: #503606;
}
.BgClassName
{
background-color: #503606;
}
</style>
border-color css
<style>
span { border-color: #503606; }
span { border-color: rgb(80,54,6); }
td.TdClassName
{
border-color: #503606;
}
.TagClassName
{
border-color: #503606;
}
</style>