Shades of Baker's Chocolate #5B340B
Tints of Baker's Chocolate #5B340B
RGB
CMYK
RGB Variations
Color information
#5B340B (or 0x5B340B) is known color: Baker's Chocolate. HEX triplet: 5B, 34 and 0B. RGB value is (91,52,11). Sum of RGB (Red+Green+Blue) = 91+52+11=154 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.09% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 91 - color contains mainly: red. Hex color #5B340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B340B is #A4CBF4. Grayscale: #3B3B3B. Windows color (decimal): -10800117 or 734299. OLE color: 734299.
HSL color Cylindrical-coordinate representation of color #5B340B: hue angle of 30.75º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B340B is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 52 | 11 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.64 |
| HSL | 30.75º | 0.78% | 0.2% | - |
| HSV(B) | 30.75º | 0.88% | 0.36% | - |
| XYZ | 5.6 | 4.7 | 0.93 | - |
| YUV | 58.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 11 | 0 | 0.43 | 0.88 | 0.64 | 30.75 | 0.78 | 0.2 |
| Hex | 5B | 34 | B | 0 | 2B | 58 | 40 | 1F | 4E | 14 |
| Octal | 133 | 64 | 13 | 0 | 53 | 130 | 100 | 37 | 116 | 24 |
| Binary | 1011011 | 110100 | 1011 | 0 | 101011 | 1011000 | 1000000 | 11111 | 1001110 | 10100 |
Color Harmonies of #5B340B
Complementary color
Monochromatic Colors of #5B340B
Black with #5B340B
Text Example
Text Example
White with #5B340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B340B; }
p { color: rgb(91,52,11); }
H1.HeaderClassName
{
color: #5B340B;
}
.AnyTagClassName
{
color: #5B340B;
}
</style>
background-color css
<style>
a { background-color: #5B340B; }
a { background-color: rgb(91,52,11); }
div.DivClassName
{
background-color: #5B340B;
}
.BgClassName
{
background-color: #5B340B;
}
</style>
border-color css
<style>
span { border-color: #5B340B; }
span { border-color: rgb(91,52,11); }
td.TdClassName
{
border-color: #5B340B;
}
.TagClassName
{
border-color: #5B340B;
}
</style>