Shades of Baker's Chocolate #50270A
Tints of Baker's Chocolate #50270A
RGB
CMYK
RGB Variations
Color information
#50270A (or 0x50270A) is known color: Baker's Chocolate. HEX triplet: 50, 27 and 0A. RGB value is (80,39,10). Sum of RGB (Red+Green+Blue) = 80+39+10=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #50270A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50270A is #AFD8F5. Grayscale: #303030. Windows color (decimal): -11524342 or 665424. OLE color: 665424.
HSL color Cylindrical-coordinate representation of color #50270A: hue angle of 24.86º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50270A is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 39 | 10 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.69 |
| HSL | 24.86º | 0.78% | 0.18% | - |
| HSV(B) | 24.86º | 0.88% | 0.31% | - |
| XYZ | 4.09 | 3.18 | 0.69 | - |
| YUV | 47.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 10 | 0 | 0.51 | 0.87 | 0.69 | 24.86 | 0.78 | 0.18 |
| Hex | 50 | 27 | A | 0 | 33 | 57 | 45 | 19 | 4E | 12 |
| Octal | 120 | 47 | 12 | 0 | 63 | 127 | 105 | 31 | 116 | 22 |
| Binary | 1010000 | 100111 | 1010 | 0 | 110011 | 1010111 | 1000101 | 11001 | 1001110 | 10010 |
Color Harmonies of #50270A
Complementary color
Monochromatic Colors of #50270A
Black with #50270A
Text Example
Text Example
White with #50270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50270A; }
p { color: rgb(80,39,10); }
H1.HeaderClassName
{
color: #50270A;
}
.AnyTagClassName
{
color: #50270A;
}
</style>
background-color css
<style>
a { background-color: #50270A; }
a { background-color: rgb(80,39,10); }
div.DivClassName
{
background-color: #50270A;
}
.BgClassName
{
background-color: #50270A;
}
</style>
border-color css
<style>
span { border-color: #50270A; }
span { border-color: rgb(80,39,10); }
td.TdClassName
{
border-color: #50270A;
}
.TagClassName
{
border-color: #50270A;
}
</style>