Shades of Baker's Chocolate #5D330B
Tints of Baker's Chocolate #5D330B
RGB
CMYK
RGB Variations
Color information
#5D330B (or 0x5D330B) is known color: Baker's Chocolate. HEX triplet: 5D, 33 and 0B. RGB value is (93,51,11). Sum of RGB (Red+Green+Blue) = 93+51+11=155 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 93 - color contains mainly: red. Hex color #5D330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D330B is #A2CCF4. Grayscale: #3B3B3B. Windows color (decimal): -10669301 or 734045. OLE color: 734045.
HSL color Cylindrical-coordinate representation of color #5D330B: hue angle of 29.27º degrees, saturation: 0.79, 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 #5D330B is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 51 | 11 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.64 |
| HSL | 29.27º | 0.79% | 0.2% | - |
| HSV(B) | 29.27º | 0.88% | 0.36% | - |
| XYZ | 5.76 | 4.72 | 0.92 | - |
| YUV | 59 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 11 | 0 | 0.45 | 0.88 | 0.64 | 29.27 | 0.79 | 0.2 |
| Hex | 5D | 33 | B | 0 | 2D | 58 | 40 | 1D | 4F | 14 |
| Octal | 135 | 63 | 13 | 0 | 55 | 130 | 100 | 35 | 117 | 24 |
| Binary | 1011101 | 110011 | 1011 | 0 | 101101 | 1011000 | 1000000 | 11101 | 1001111 | 10100 |
Color Harmonies of #5D330B
Complementary color
Monochromatic Colors of #5D330B
Black with #5D330B
Text Example
Text Example
White with #5D330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D330B; }
p { color: rgb(93,51,11); }
H1.HeaderClassName
{
color: #5D330B;
}
.AnyTagClassName
{
color: #5D330B;
}
</style>
background-color css
<style>
a { background-color: #5D330B; }
a { background-color: rgb(93,51,11); }
div.DivClassName
{
background-color: #5D330B;
}
.BgClassName
{
background-color: #5D330B;
}
</style>
border-color css
<style>
span { border-color: #5D330B; }
span { border-color: rgb(93,51,11); }
td.TdClassName
{
border-color: #5D330B;
}
.TagClassName
{
border-color: #5D330B;
}
</style>