Shades of Baker's Chocolate #50330F
Tints of Baker's Chocolate #50330F
RGB
CMYK
RGB Variations
Color information
#50330F (or 0x50330F) is known color: Baker's Chocolate. HEX triplet: 50, 33 and 0F. RGB value is (80,51,15). Sum of RGB (Red+Green+Blue) = 80+51+15=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50330F is #AFCCF0. Grayscale: #373737. Windows color (decimal): -11521265 or 996176. OLE color: 996176.
HSL color Cylindrical-coordinate representation of color #50330F: hue angle of 33.23º 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 #50330F is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 51 | 15 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.69 |
| HSL | 33.23º | 0.68% | 0.19% | - |
| HSV(B) | 33.23º | 0.81% | 0.31% | - |
| XYZ | 4.58 | 4.11 | 1 | - |
| YUV | 55.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 51 | 15 | 0 | 0.36 | 0.81 | 0.69 | 33.23 | 0.68 | 0.19 |
| Hex | 50 | 33 | F | 0 | 24 | 51 | 45 | 21 | 44 | 13 |
| Octal | 120 | 63 | 17 | 0 | 44 | 121 | 105 | 41 | 104 | 23 |
| Binary | 1010000 | 110011 | 1111 | 0 | 100100 | 1010001 | 1000101 | 100001 | 1000100 | 10011 |
Color Harmonies of #50330F
Complementary color
Monochromatic Colors of #50330F
Black with #50330F
Text Example
Text Example
White with #50330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50330F; }
p { color: rgb(80,51,15); }
H1.HeaderClassName
{
color: #50330F;
}
.AnyTagClassName
{
color: #50330F;
}
</style>
background-color css
<style>
a { background-color: #50330F; }
a { background-color: rgb(80,51,15); }
div.DivClassName
{
background-color: #50330F;
}
.BgClassName
{
background-color: #50330F;
}
</style>
border-color css
<style>
span { border-color: #50330F; }
span { border-color: rgb(80,51,15); }
td.TdClassName
{
border-color: #50330F;
}
.TagClassName
{
border-color: #50330F;
}
</style>