Shades of Baker's Chocolate #50360F
Tints of Baker's Chocolate #50360F
RGB
CMYK
RGB Variations
Color information
#50360F (or 0x50360F) is known color: Baker's Chocolate. HEX triplet: 50, 36 and 0F. RGB value is (80,54,15). Sum of RGB (Red+Green+Blue) = 80+54+15=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #50360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50360F is #AFC9F0. Grayscale: #393939. Windows color (decimal): -11520497 or 996944. OLE color: 996944.
HSL color Cylindrical-coordinate representation of color #50360F: hue angle of 36º 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 #50360F is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 54 | 15 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.69 |
| HSL | 36º | 0.68% | 0.19% | - |
| HSV(B) | 36º | 0.81% | 0.31% | - |
| XYZ | 4.71 | 4.38 | 1.05 | - |
| YUV | 57.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 15 | 0 | 0.33 | 0.81 | 0.69 | 36 | 0.68 | 0.19 |
| Hex | 50 | 36 | F | 0 | 21 | 51 | 45 | 24 | 44 | 13 |
| Octal | 120 | 66 | 17 | 0 | 41 | 121 | 105 | 44 | 104 | 23 |
| Binary | 1010000 | 110110 | 1111 | 0 | 100001 | 1010001 | 1000101 | 100100 | 1000100 | 10011 |
Color Harmonies of #50360F
Complementary color
Monochromatic Colors of #50360F
Black with #50360F
Text Example
Text Example
White with #50360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50360F; }
p { color: rgb(80,54,15); }
H1.HeaderClassName
{
color: #50360F;
}
.AnyTagClassName
{
color: #50360F;
}
</style>
background-color css
<style>
a { background-color: #50360F; }
a { background-color: rgb(80,54,15); }
div.DivClassName
{
background-color: #50360F;
}
.BgClassName
{
background-color: #50360F;
}
</style>
border-color css
<style>
span { border-color: #50360F; }
span { border-color: rgb(80,54,15); }
td.TdClassName
{
border-color: #50360F;
}
.TagClassName
{
border-color: #50360F;
}
</style>