Shades of Baker's Chocolate #5E250B
Tints of Baker's Chocolate #5E250B
RGB
CMYK
RGB Variations
Color information
#5E250B (or 0x5E250B) is known color: Baker's Chocolate. HEX triplet: 5E, 25 and 0B. RGB value is (94,37,11). Sum of RGB (Red+Green+Blue) = 94+37+11=142 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.20% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 94 - color contains mainly: red. Hex color #5E250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E250B is #A1DAF4. Grayscale: #333333. Windows color (decimal): -10607349 or 730462. OLE color: 730462.
HSL color Cylindrical-coordinate representation of color #5E250B: hue angle of 18.8º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E250B is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 37 | 11 | - |
CMYK | 0 | 0.61 | 0.88 | 0.63 |
HSL | 18.8º | 0.79% | 0.21% | - |
HSV(B) | 18.8º | 0.88% | 0.37% | - |
XYZ | 5.34 | 3.73 | 0.75 | - |
YUV | 51.08 | 105.38 | 158.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 37 | 11 | 0 | 0.61 | 0.88 | 0.63 | 18.8 | 0.79 | 0.21 |
Hex | 5E | 25 | B | 0 | 3D | 58 | 3F | 13 | 4F | 15 |
Octal | 136 | 45 | 13 | 0 | 75 | 130 | 77 | 23 | 117 | 25 |
Binary | 1011110 | 100101 | 1011 | 0 | 111101 | 1011000 | 111111 | 10011 | 1001111 | 10101 |
Color Harmonies of #5E250B
Complementary color
Monochromatic Colors of #5E250B
Black with #5E250B
Text Example
Text Example
White with #5E250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E250B; }
p { color: rgb(94,37,11); }
H1.HeaderClassName
{
color: #5E250B;
}
.AnyTagClassName
{
color: #5E250B;
}
</style>
background-color css
<style>
a { background-color: #5E250B; }
a { background-color: rgb(94,37,11); }
div.DivClassName
{
background-color: #5E250B;
}
.BgClassName
{
background-color: #5E250B;
}
</style>
border-color css
<style>
span { border-color: #5E250B; }
span { border-color: rgb(94,37,11); }
td.TdClassName
{
border-color: #5E250B;
}
.TagClassName
{
border-color: #5E250B;
}
</style>