Shades of Baker's Chocolate #5E300F
Tints of Baker's Chocolate #5E300F
RGB
CMYK
RGB Variations
Color information
#5E300F (or 0x5E300F) is known color: Baker's Chocolate. HEX triplet: 5E, 30 and 0F. RGB value is (94,48,15). Sum of RGB (Red+Green+Blue) = 94+48+15=157 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.87% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 94 - color contains mainly: red. Hex color #5E300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E300F is #A1CFF0. Grayscale: #3A3A3A. Windows color (decimal): -10604529 or 995422. OLE color: 995422.
HSL color Cylindrical-coordinate representation of color #5E300F: hue angle of 25.06º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E300F is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 48 | 15 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.63 |
| HSL | 25.06º | 0.72% | 0.21% | - |
| HSV(B) | 25.06º | 0.84% | 0.37% | - |
| XYZ | 5.76 | 4.53 | 1.02 | - |
| YUV | 57.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 48 | 15 | 0 | 0.49 | 0.84 | 0.63 | 25.06 | 0.72 | 0.21 |
| Hex | 5E | 30 | F | 0 | 31 | 54 | 3F | 19 | 48 | 15 |
| Octal | 136 | 60 | 17 | 0 | 61 | 124 | 77 | 31 | 110 | 25 |
| Binary | 1011110 | 110000 | 1111 | 0 | 110001 | 1010100 | 111111 | 11001 | 1001000 | 10101 |
Color Harmonies of #5E300F
Complementary color
Monochromatic Colors of #5E300F
Black with #5E300F
Text Example
Text Example
White with #5E300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E300F; }
p { color: rgb(94,48,15); }
H1.HeaderClassName
{
color: #5E300F;
}
.AnyTagClassName
{
color: #5E300F;
}
</style>
background-color css
<style>
a { background-color: #5E300F; }
a { background-color: rgb(94,48,15); }
div.DivClassName
{
background-color: #5E300F;
}
.BgClassName
{
background-color: #5E300F;
}
</style>
border-color css
<style>
span { border-color: #5E300F; }
span { border-color: rgb(94,48,15); }
td.TdClassName
{
border-color: #5E300F;
}
.TagClassName
{
border-color: #5E300F;
}
</style>