Shades of Baker's Chocolate #5D320F
Tints of Baker's Chocolate #5D320F
RGB
CMYK
RGB Variations
Color information
#5D320F (or 0x5D320F) is known color: Baker's Chocolate. HEX triplet: 5D, 32 and 0F. RGB value is (93,50,15). Sum of RGB (Red+Green+Blue) = 93+50+15=158 (20% of max value = 765). Red value is 93 (36.72% from 255 or 58.86% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 93 - color contains mainly: red. Hex color #5D320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D320F is #A2CDF0. Grayscale: #3B3B3B. Windows color (decimal): -10669553 or 995933. OLE color: 995933.
HSL color Cylindrical-coordinate representation of color #5D320F: hue angle of 26.92º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D320F is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 50 | 15 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.64 |
| HSL | 26.92º | 0.72% | 0.21% | - |
| HSV(B) | 26.92º | 0.84% | 0.36% | - |
| XYZ | 5.74 | 4.64 | 1.05 | - |
| YUV | 58.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 50 | 15 | 0 | 0.46 | 0.84 | 0.64 | 26.92 | 0.72 | 0.21 |
| Hex | 5D | 32 | F | 0 | 2E | 54 | 40 | 1B | 48 | 15 |
| Octal | 135 | 62 | 17 | 0 | 56 | 124 | 100 | 33 | 110 | 25 |
| Binary | 1011101 | 110010 | 1111 | 0 | 101110 | 1010100 | 1000000 | 11011 | 1001000 | 10101 |
Color Harmonies of #5D320F
Complementary color
Monochromatic Colors of #5D320F
Black with #5D320F
Text Example
Text Example
White with #5D320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D320F; }
p { color: rgb(93,50,15); }
H1.HeaderClassName
{
color: #5D320F;
}
.AnyTagClassName
{
color: #5D320F;
}
</style>
background-color css
<style>
a { background-color: #5D320F; }
a { background-color: rgb(93,50,15); }
div.DivClassName
{
background-color: #5D320F;
}
.BgClassName
{
background-color: #5D320F;
}
</style>
border-color css
<style>
span { border-color: #5D320F; }
span { border-color: rgb(93,50,15); }
td.TdClassName
{
border-color: #5D320F;
}
.TagClassName
{
border-color: #5D320F;
}
</style>