Shades of Baker's Chocolate #5E301B
Tints of Baker's Chocolate #5E301B
RGB
CMYK
RGB Variations
Color information
#5E301B (or 0x5E301B) is known color: Baker's Chocolate. HEX triplet: 5E, 30 and 1B. RGB value is (94,48,27). Sum of RGB (Red+Green+Blue) = 94+48+27=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E301B is #A1CFE4. Grayscale: #3B3B3B. Windows color (decimal): -10604517 or 1781854. OLE color: 1781854.
HSL color Cylindrical-coordinate representation of color #5E301B: hue angle of 18.81º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E301B is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 48 | 27 | - |
CMYK | 0 | 0.49 | 0.71 | 0.63 |
HSL | 18.81º | 0.55% | 0.24% | - |
HSV(B) | 18.81º | 0.71% | 0.37% | - |
XYZ | 5.87 | 4.57 | 1.61 | - |
YUV | 59.36 | 109.74 | 152.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 48 | 27 | 0 | 0.49 | 0.71 | 0.63 | 18.81 | 0.55 | 0.24 |
Hex | 5E | 30 | 1B | 0 | 31 | 47 | 3F | 13 | 37 | 18 |
Octal | 136 | 60 | 33 | 0 | 61 | 107 | 77 | 23 | 67 | 30 |
Binary | 1011110 | 110000 | 11011 | 0 | 110001 | 1000111 | 111111 | 10011 | 110111 | 11000 |
Color Harmonies of #5E301B
Complementary color
Monochromatic Colors of #5E301B
Black with #5E301B
Text Example
Text Example
White with #5E301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E301B; }
p { color: rgb(94,48,27); }
H1.HeaderClassName
{
color: #5E301B;
}
.AnyTagClassName
{
color: #5E301B;
}
</style>
background-color css
<style>
a { background-color: #5E301B; }
a { background-color: rgb(94,48,27); }
div.DivClassName
{
background-color: #5E301B;
}
.BgClassName
{
background-color: #5E301B;
}
</style>
border-color css
<style>
span { border-color: #5E301B; }
span { border-color: rgb(94,48,27); }
td.TdClassName
{
border-color: #5E301B;
}
.TagClassName
{
border-color: #5E301B;
}
</style>