Shades of Baker's Chocolate #503607
Tints of Baker's Chocolate #503607
RGB
CMYK
RGB Variations
Color information
#503607 (or 0x503607) is known color: Baker's Chocolate. HEX triplet: 50, 36 and 07. RGB value is (80,54,7). Sum of RGB (Red+Green+Blue) = 80+54+7=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #503607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503607 is #AFC9F8. Grayscale: #383838. Windows color (decimal): -11520505 or 472656. OLE color: 472656.
HSL color Cylindrical-coordinate representation of color #503607: hue angle of 38.63º 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 #503607 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 54 | 7 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.69 |
| HSL | 38.63º | 0.84% | 0.17% | - |
| HSV(B) | 38.63º | 0.91% | 0.31% | - |
| XYZ | 4.67 | 4.36 | 0.8 | - |
| YUV | 56.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 7 | 0 | 0.33 | 0.91 | 0.69 | 38.63 | 0.84 | 0.17 |
| Hex | 50 | 36 | 7 | 0 | 21 | 5B | 45 | 27 | 54 | 11 |
| Octal | 120 | 66 | 7 | 0 | 41 | 133 | 105 | 47 | 124 | 21 |
| Binary | 1010000 | 110110 | 111 | 0 | 100001 | 1011011 | 1000101 | 100111 | 1010100 | 10001 |
Color Harmonies of #503607
Complementary color
Monochromatic Colors of #503607
Black with #503607
Text Example
Text Example
White with #503607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503607; }
p { color: rgb(80,54,7); }
H1.HeaderClassName
{
color: #503607;
}
.AnyTagClassName
{
color: #503607;
}
</style>
background-color css
<style>
a { background-color: #503607; }
a { background-color: rgb(80,54,7); }
div.DivClassName
{
background-color: #503607;
}
.BgClassName
{
background-color: #503607;
}
</style>
border-color css
<style>
span { border-color: #503607; }
span { border-color: rgb(80,54,7); }
td.TdClassName
{
border-color: #503607;
}
.TagClassName
{
border-color: #503607;
}
</style>