Shades of Baker's Chocolate #5B340E
Tints of Baker's Chocolate #5B340E
RGB
CMYK
RGB Variations
Color information
#5B340E (or 0x5B340E) is known color: Baker's Chocolate. HEX triplet: 5B, 34 and 0E. RGB value is (91,52,14). Sum of RGB (Red+Green+Blue) = 91+52+14=157 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.96% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 91 - color contains mainly: red. Hex color #5B340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B340E is #A4CBF1. Grayscale: #3B3B3B. Windows color (decimal): -10800114 or 930907. OLE color: 930907.
HSL color Cylindrical-coordinate representation of color #5B340E: hue angle of 29.61º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B340E is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 52 | 14 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.64 |
| HSL | 29.61º | 0.73% | 0.21% | - |
| HSV(B) | 29.61º | 0.85% | 0.36% | - |
| XYZ | 5.62 | 4.71 | 1.03 | - |
| YUV | 59.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 14 | 0 | 0.43 | 0.85 | 0.64 | 29.61 | 0.73 | 0.21 |
| Hex | 5B | 34 | E | 0 | 2B | 55 | 40 | 1E | 49 | 15 |
| Octal | 133 | 64 | 16 | 0 | 53 | 125 | 100 | 36 | 111 | 25 |
| Binary | 1011011 | 110100 | 1110 | 0 | 101011 | 1010101 | 1000000 | 11110 | 1001001 | 10101 |
Color Harmonies of #5B340E
Complementary color
Monochromatic Colors of #5B340E
Black with #5B340E
Text Example
Text Example
White with #5B340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B340E; }
p { color: rgb(91,52,14); }
H1.HeaderClassName
{
color: #5B340E;
}
.AnyTagClassName
{
color: #5B340E;
}
</style>
background-color css
<style>
a { background-color: #5B340E; }
a { background-color: rgb(91,52,14); }
div.DivClassName
{
background-color: #5B340E;
}
.BgClassName
{
background-color: #5B340E;
}
</style>
border-color css
<style>
span { border-color: #5B340E; }
span { border-color: rgb(91,52,14); }
td.TdClassName
{
border-color: #5B340E;
}
.TagClassName
{
border-color: #5B340E;
}
</style>