Shades of Baker's Chocolate #5D3409
Tints of Baker's Chocolate #5D3409
RGB
CMYK
RGB Variations
Color information
#5D3409 (or 0x5D3409) is known color: Baker's Chocolate. HEX triplet: 5D, 34 and 09. RGB value is (93,52,9). Sum of RGB (Red+Green+Blue) = 93+52+9=154 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60.39% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3409 is #A2CBF6. Grayscale: #3B3B3B. Windows color (decimal): -10669047 or 603229. OLE color: 603229.
HSL color Cylindrical-coordinate representation of color #5D3409: hue angle of 30.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D3409 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 52 | 9 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.64 |
| HSL | 30.71º | 0.82% | 0.2% | - |
| HSV(B) | 30.71º | 0.9% | 0.36% | - |
| XYZ | 5.79 | 4.8 | 0.88 | - |
| YUV | 59.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 9 | 0 | 0.44 | 0.90 | 0.64 | 30.71 | 0.82 | 0.2 |
| Hex | 5D | 34 | 9 | 0 | 2C | 5A | 40 | 1F | 52 | 14 |
| Octal | 135 | 64 | 11 | 0 | 54 | 132 | 100 | 37 | 122 | 24 |
| Binary | 1011101 | 110100 | 1001 | 0 | 101100 | 1011010 | 1000000 | 11111 | 1010010 | 10100 |
Color Harmonies of #5D3409
Complementary color
Monochromatic Colors of #5D3409
Black with #5D3409
Text Example
Text Example
White with #5D3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3409; }
p { color: rgb(93,52,9); }
H1.HeaderClassName
{
color: #5D3409;
}
.AnyTagClassName
{
color: #5D3409;
}
</style>
background-color css
<style>
a { background-color: #5D3409; }
a { background-color: rgb(93,52,9); }
div.DivClassName
{
background-color: #5D3409;
}
.BgClassName
{
background-color: #5D3409;
}
</style>
border-color css
<style>
span { border-color: #5D3409; }
span { border-color: rgb(93,52,9); }
td.TdClassName
{
border-color: #5D3409;
}
.TagClassName
{
border-color: #5D3409;
}
</style>