Shades of Baker's Chocolate #503504
Tints of Baker's Chocolate #503504
RGB
CMYK
RGB Variations
Color information
#503504 (or 0x503504) is known color: Baker's Chocolate. HEX triplet: 50, 35 and 04. RGB value is (80,53,4). Sum of RGB (Red+Green+Blue) = 80+53+4=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #503504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503504 is #AFCAFB. Grayscale: #373737. Windows color (decimal): -11520764 or 275792. OLE color: 275792.
HSL color Cylindrical-coordinate representation of color #503504: hue angle of 38.68º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #503504 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 4 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.69 |
| HSL | 38.68º | 0.9% | 0.16% | - |
| HSV(B) | 38.68º | 0.95% | 0.31% | - |
| XYZ | 4.6 | 4.26 | 0.69 | - |
| YUV | 55.49 | 98.95 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 4 | 0 | 0.34 | 0.95 | 0.69 | 38.68 | 0.9 | 0.16 |
| Hex | 50 | 35 | 4 | 0 | 22 | 5F | 45 | 27 | 5A | 10 |
| Octal | 120 | 65 | 4 | 0 | 42 | 137 | 105 | 47 | 132 | 20 |
| Binary | 1010000 | 110101 | 100 | 0 | 100010 | 1011111 | 1000101 | 100111 | 1011010 | 10000 |
Color Harmonies of #503504
Complementary color
Monochromatic Colors of #503504
Black with #503504
Text Example
Text Example
White with #503504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503504; }
p { color: rgb(80,53,4); }
H1.HeaderClassName
{
color: #503504;
}
.AnyTagClassName
{
color: #503504;
}
</style>
background-color css
<style>
a { background-color: #503504; }
a { background-color: rgb(80,53,4); }
div.DivClassName
{
background-color: #503504;
}
.BgClassName
{
background-color: #503504;
}
</style>
border-color css
<style>
span { border-color: #503504; }
span { border-color: rgb(80,53,4); }
td.TdClassName
{
border-color: #503504;
}
.TagClassName
{
border-color: #503504;
}
</style>