Shades of Baker's Chocolate #502E0F
Tints of Baker's Chocolate #502E0F
RGB
CMYK
RGB Variations
Color information
#502E0F (or 0x502E0F) is known color: Baker's Chocolate. HEX triplet: 50, 2E and 0F. RGB value is (80,46,15). Sum of RGB (Red+Green+Blue) = 80+46+15=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #502E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502E0F is #AFD1F0. Grayscale: #343434. Windows color (decimal): -11522545 or 994896. OLE color: 994896.
HSL color Cylindrical-coordinate representation of color #502E0F: hue angle of 28.62º 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 #502E0F is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 46 | 15 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.69 |
| HSL | 28.62º | 0.68% | 0.19% | - |
| HSV(B) | 28.62º | 0.81% | 0.31% | - |
| XYZ | 4.37 | 3.69 | 0.93 | - |
| YUV | 52.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 15 | 0 | 0.42 | 0.81 | 0.69 | 28.62 | 0.68 | 0.19 |
| Hex | 50 | 2E | F | 0 | 2A | 51 | 45 | 1D | 44 | 13 |
| Octal | 120 | 56 | 17 | 0 | 52 | 121 | 105 | 35 | 104 | 23 |
| Binary | 1010000 | 101110 | 1111 | 0 | 101010 | 1010001 | 1000101 | 11101 | 1000100 | 10011 |
Color Harmonies of #502E0F
Complementary color
Monochromatic Colors of #502E0F
Black with #502E0F
Text Example
Text Example
White with #502E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E0F; }
p { color: rgb(80,46,15); }
H1.HeaderClassName
{
color: #502E0F;
}
.AnyTagClassName
{
color: #502E0F;
}
</style>
background-color css
<style>
a { background-color: #502E0F; }
a { background-color: rgb(80,46,15); }
div.DivClassName
{
background-color: #502E0F;
}
.BgClassName
{
background-color: #502E0F;
}
</style>
border-color css
<style>
span { border-color: #502E0F; }
span { border-color: rgb(80,46,15); }
td.TdClassName
{
border-color: #502E0F;
}
.TagClassName
{
border-color: #502E0F;
}
</style>