Shades of Baker's Chocolate #5D3318
Tints of Baker's Chocolate #5D3318
RGB
CMYK
RGB Variations
Color information
#5D3318 (or 0x5D3318) is known color: Baker's Chocolate. HEX triplet: 5D, 33 and 18. RGB value is (93,51,24). Sum of RGB (Red+Green+Blue) = 93+51+24=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3318 is #A2CCE7. Grayscale: #3C3C3C. Windows color (decimal): -10669288 or 1586013. OLE color: 1586013.
HSL color Cylindrical-coordinate representation of color #5D3318: hue angle of 23.48º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D3318 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 51 | 24 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.64 |
| HSL | 23.48º | 0.59% | 0.23% | - |
| HSV(B) | 23.48º | 0.74% | 0.36% | - |
| XYZ | 5.86 | 4.76 | 1.47 | - |
| YUV | 60.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 24 | 0 | 0.45 | 0.74 | 0.64 | 23.48 | 0.59 | 0.23 |
| Hex | 5D | 33 | 18 | 0 | 2D | 4A | 40 | 17 | 3B | 17 |
| Octal | 135 | 63 | 30 | 0 | 55 | 112 | 100 | 27 | 73 | 27 |
| Binary | 1011101 | 110011 | 11000 | 0 | 101101 | 1001010 | 1000000 | 10111 | 111011 | 10111 |
Color Harmonies of #5D3318
Complementary color
Monochromatic Colors of #5D3318
Black with #5D3318
Text Example
Text Example
White with #5D3318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3318; }
p { color: rgb(93,51,24); }
H1.HeaderClassName
{
color: #5D3318;
}
.AnyTagClassName
{
color: #5D3318;
}
</style>
background-color css
<style>
a { background-color: #5D3318; }
a { background-color: rgb(93,51,24); }
div.DivClassName
{
background-color: #5D3318;
}
.BgClassName
{
background-color: #5D3318;
}
</style>
border-color css
<style>
span { border-color: #5D3318; }
span { border-color: rgb(93,51,24); }
td.TdClassName
{
border-color: #5D3318;
}
.TagClassName
{
border-color: #5D3318;
}
</style>