Shades of Baker's Chocolate #503808
Tints of Baker's Chocolate #503808
RGB
CMYK
RGB Variations
Color information
#503808 (or 0x503808) is known color: Baker's Chocolate. HEX triplet: 50, 38 and 08. RGB value is (80,56,8). Sum of RGB (Red+Green+Blue) = 80+56+8=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #503808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503808 is #AFC7F7. Grayscale: #393939. Windows color (decimal): -11519992 or 538704. OLE color: 538704.
HSL color Cylindrical-coordinate representation of color #503808: hue angle of 40º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #503808 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 56 | 8 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.69 |
| HSL | 40º | 0.82% | 0.17% | - |
| HSV(B) | 40º | 0.9% | 0.31% | - |
| XYZ | 4.77 | 4.55 | 0.86 | - |
| YUV | 57.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 8 | 0 | 0.30 | 0.90 | 0.69 | 40 | 0.82 | 0.17 |
| Hex | 50 | 38 | 8 | 0 | 1E | 5A | 45 | 28 | 52 | 11 |
| Octal | 120 | 70 | 10 | 0 | 36 | 132 | 105 | 50 | 122 | 21 |
| Binary | 1010000 | 111000 | 1000 | 0 | 11110 | 1011010 | 1000101 | 101000 | 1010010 | 10001 |
Color Harmonies of #503808
Complementary color
Monochromatic Colors of #503808
Black with #503808
Text Example
Text Example
White with #503808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503808; }
p { color: rgb(80,56,8); }
H1.HeaderClassName
{
color: #503808;
}
.AnyTagClassName
{
color: #503808;
}
</style>
background-color css
<style>
a { background-color: #503808; }
a { background-color: rgb(80,56,8); }
div.DivClassName
{
background-color: #503808;
}
.BgClassName
{
background-color: #503808;
}
</style>
border-color css
<style>
span { border-color: #503808; }
span { border-color: rgb(80,56,8); }
td.TdClassName
{
border-color: #503808;
}
.TagClassName
{
border-color: #503808;
}
</style>