Shades of Baker's Chocolate #50320F
Tints of Baker's Chocolate #50320F
RGB
CMYK
RGB Variations
Color information
#50320F (or 0x50320F) is known color: Baker's Chocolate. HEX triplet: 50, 32 and 0F. RGB value is (80,50,15). Sum of RGB (Red+Green+Blue) = 80+50+15=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #50320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50320F is #AFCDF0. Grayscale: #373737. Windows color (decimal): -11521521 or 995920. OLE color: 995920.
HSL color Cylindrical-coordinate representation of color #50320F: hue angle of 32.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50320F is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 50 | 15 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.69 |
| HSL | 32.31º | 0.68% | 0.19% | - |
| HSV(B) | 32.31º | 0.81% | 0.31% | - |
| XYZ | 4.54 | 4.02 | 0.99 | - |
| YUV | 54.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 15 | 0 | 0.37 | 0.81 | 0.69 | 32.31 | 0.68 | 0.19 |
| Hex | 50 | 32 | F | 0 | 25 | 51 | 45 | 20 | 44 | 13 |
| Octal | 120 | 62 | 17 | 0 | 45 | 121 | 105 | 40 | 104 | 23 |
| Binary | 1010000 | 110010 | 1111 | 0 | 100101 | 1010001 | 1000101 | 100000 | 1000100 | 10011 |
Color Harmonies of #50320F
Complementary color
Monochromatic Colors of #50320F
Black with #50320F
Text Example
Text Example
White with #50320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50320F; }
p { color: rgb(80,50,15); }
H1.HeaderClassName
{
color: #50320F;
}
.AnyTagClassName
{
color: #50320F;
}
</style>
background-color css
<style>
a { background-color: #50320F; }
a { background-color: rgb(80,50,15); }
div.DivClassName
{
background-color: #50320F;
}
.BgClassName
{
background-color: #50320F;
}
</style>
border-color css
<style>
span { border-color: #50320F; }
span { border-color: rgb(80,50,15); }
td.TdClassName
{
border-color: #50320F;
}
.TagClassName
{
border-color: #50320F;
}
</style>