Shades of Baker's Chocolate #502308
Tints of Baker's Chocolate #502308
RGB
CMYK
RGB Variations
Color information
#502308 (or 0x502308) is known color: Baker's Chocolate. HEX triplet: 50, 23 and 08. RGB value is (80,35,8). Sum of RGB (Red+Green+Blue) = 80+35+8=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #502308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502308 is #AFDCF7. Grayscale: #2D2D2D. Windows color (decimal): -11525368 or 533328. OLE color: 533328.
HSL color Cylindrical-coordinate representation of color #502308: hue angle of 22.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #502308 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 35 | 8 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.69 |
| HSL | 22.5º | 0.82% | 0.17% | - |
| HSV(B) | 22.5º | 0.9% | 0.31% | - |
| XYZ | 3.95 | 2.93 | 0.59 | - |
| YUV | 45.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 8 | 0 | 0.56 | 0.90 | 0.69 | 22.5 | 0.82 | 0.17 |
| Hex | 50 | 23 | 8 | 0 | 38 | 5A | 45 | 16 | 52 | 11 |
| Octal | 120 | 43 | 10 | 0 | 70 | 132 | 105 | 26 | 122 | 21 |
| Binary | 1010000 | 100011 | 1000 | 0 | 111000 | 1011010 | 1000101 | 10110 | 1010010 | 10001 |
Color Harmonies of #502308
Complementary color
Monochromatic Colors of #502308
Black with #502308
Text Example
Text Example
White with #502308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502308; }
p { color: rgb(80,35,8); }
H1.HeaderClassName
{
color: #502308;
}
.AnyTagClassName
{
color: #502308;
}
</style>
background-color css
<style>
a { background-color: #502308; }
a { background-color: rgb(80,35,8); }
div.DivClassName
{
background-color: #502308;
}
.BgClassName
{
background-color: #502308;
}
</style>
border-color css
<style>
span { border-color: #502308; }
span { border-color: rgb(80,35,8); }
td.TdClassName
{
border-color: #502308;
}
.TagClassName
{
border-color: #502308;
}
</style>