Shades of Baker's Chocolate #5B341D
Tints of Baker's Chocolate #5B341D
RGB
CMYK
RGB Variations
Color information
#5B341D (or 0x5B341D) is known color: Baker's Chocolate. HEX triplet: 5B, 34 and 1D. RGB value is (91,52,29). Sum of RGB (Red+Green+Blue) = 91+52+29=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B341D is #A4CBE2. Grayscale: #3D3D3D. Windows color (decimal): -10800099 or 1913947. OLE color: 1913947.
HSL color Cylindrical-coordinate representation of color #5B341D: hue angle of 22.26º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B341D is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 52 | 29 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.64 |
| HSL | 22.26º | 0.52% | 0.24% | - |
| HSV(B) | 22.26º | 0.68% | 0.36% | - |
| XYZ | 5.76 | 4.77 | 1.78 | - |
| YUV | 61.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 29 | 0 | 0.43 | 0.68 | 0.64 | 22.26 | 0.52 | 0.24 |
| Hex | 5B | 34 | 1D | 0 | 2B | 44 | 40 | 16 | 34 | 18 |
| Octal | 133 | 64 | 35 | 0 | 53 | 104 | 100 | 26 | 64 | 30 |
| Binary | 1011011 | 110100 | 11101 | 0 | 101011 | 1000100 | 1000000 | 10110 | 110100 | 11000 |
Color Harmonies of #5B341D
Complementary color
Monochromatic Colors of #5B341D
Black with #5B341D
Text Example
Text Example
White with #5B341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B341D; }
p { color: rgb(91,52,29); }
H1.HeaderClassName
{
color: #5B341D;
}
.AnyTagClassName
{
color: #5B341D;
}
</style>
background-color css
<style>
a { background-color: #5B341D; }
a { background-color: rgb(91,52,29); }
div.DivClassName
{
background-color: #5B341D;
}
.BgClassName
{
background-color: #5B341D;
}
</style>
border-color css
<style>
span { border-color: #5B341D; }
span { border-color: rgb(91,52,29); }
td.TdClassName
{
border-color: #5B341D;
}
.TagClassName
{
border-color: #5B341D;
}
</style>