Shades of Baker's Chocolate #5B341E
Tints of Baker's Chocolate #5B341E
RGB
CMYK
RGB Variations
Color information
#5B341E (or 0x5B341E) is known color: Baker's Chocolate. HEX triplet: 5B, 34 and 1E. RGB value is (91,52,30). Sum of RGB (Red+Green+Blue) = 91+52+30=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B341E is #A4CBE1. Grayscale: #3D3D3D. Windows color (decimal): -10800098 or 1979483. OLE color: 1979483.
HSL color Cylindrical-coordinate representation of color #5B341E: hue angle of 21.64º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B341E is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 52 | 30 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.64 |
| HSL | 21.64º | 0.5% | 0.24% | - |
| HSV(B) | 21.64º | 0.67% | 0.36% | - |
| XYZ | 5.78 | 4.77 | 1.85 | - |
| YUV | 61.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 30 | 0 | 0.43 | 0.67 | 0.64 | 21.64 | 0.5 | 0.24 |
| Hex | 5B | 34 | 1E | 0 | 2B | 43 | 40 | 16 | 32 | 18 |
| Octal | 133 | 64 | 36 | 0 | 53 | 103 | 100 | 26 | 62 | 30 |
| Binary | 1011011 | 110100 | 11110 | 0 | 101011 | 1000011 | 1000000 | 10110 | 110010 | 11000 |
Color Harmonies of #5B341E
Complementary color
Monochromatic Colors of #5B341E
Black with #5B341E
Text Example
Text Example
White with #5B341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B341E; }
p { color: rgb(91,52,30); }
H1.HeaderClassName
{
color: #5B341E;
}
.AnyTagClassName
{
color: #5B341E;
}
</style>
background-color css
<style>
a { background-color: #5B341E; }
a { background-color: rgb(91,52,30); }
div.DivClassName
{
background-color: #5B341E;
}
.BgClassName
{
background-color: #5B341E;
}
</style>
border-color css
<style>
span { border-color: #5B341E; }
span { border-color: rgb(91,52,30); }
td.TdClassName
{
border-color: #5B341E;
}
.TagClassName
{
border-color: #5B341E;
}
</style>