Shades of Baker's Chocolate #50260B
Tints of Baker's Chocolate #50260B
RGB
CMYK
RGB Variations
Color information
#50260B (or 0x50260B) is known color: Baker's Chocolate. HEX triplet: 50, 26 and 0B. RGB value is (80,38,11). Sum of RGB (Red+Green+Blue) = 80+38+11=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #50260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50260B is #AFD9F4. Grayscale: #2F2F2F. Windows color (decimal): -11524597 or 730704. OLE color: 730704.
HSL color Cylindrical-coordinate representation of color #50260B: hue angle of 23.48º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50260B is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 38 | 11 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.69 |
| HSL | 23.48º | 0.76% | 0.18% | - |
| HSV(B) | 23.48º | 0.86% | 0.31% | - |
| XYZ | 4.06 | 3.12 | 0.7 | - |
| YUV | 47.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 38 | 11 | 0 | 0.52 | 0.86 | 0.69 | 23.48 | 0.76 | 0.18 |
| Hex | 50 | 26 | B | 0 | 34 | 56 | 45 | 17 | 4C | 12 |
| Octal | 120 | 46 | 13 | 0 | 64 | 126 | 105 | 27 | 114 | 22 |
| Binary | 1010000 | 100110 | 1011 | 0 | 110100 | 1010110 | 1000101 | 10111 | 1001100 | 10010 |
Color Harmonies of #50260B
Complementary color
Monochromatic Colors of #50260B
Black with #50260B
Text Example
Text Example
White with #50260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50260B; }
p { color: rgb(80,38,11); }
H1.HeaderClassName
{
color: #50260B;
}
.AnyTagClassName
{
color: #50260B;
}
</style>
background-color css
<style>
a { background-color: #50260B; }
a { background-color: rgb(80,38,11); }
div.DivClassName
{
background-color: #50260B;
}
.BgClassName
{
background-color: #50260B;
}
</style>
border-color css
<style>
span { border-color: #50260B; }
span { border-color: rgb(80,38,11); }
td.TdClassName
{
border-color: #50260B;
}
.TagClassName
{
border-color: #50260B;
}
</style>