Shades of Baker's Chocolate #5D341C
Tints of Baker's Chocolate #5D341C
RGB
CMYK
RGB Variations
Color information
#5D341C (or 0x5D341C) is known color: Baker's Chocolate. HEX triplet: 5D, 34 and 1C. RGB value is (93,52,28). Sum of RGB (Red+Green+Blue) = 93+52+28=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D341C is #A2CBE3. Grayscale: #3D3D3D. Windows color (decimal): -10669028 or 1848413. OLE color: 1848413.
HSL color Cylindrical-coordinate representation of color #5D341C: hue angle of 22.15º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D341C is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 52 | 28 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.64 |
| HSL | 22.15º | 0.54% | 0.24% | - |
| HSV(B) | 22.15º | 0.7% | 0.36% | - |
| XYZ | 5.95 | 4.87 | 1.72 | - |
| YUV | 61.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 28 | 0 | 0.44 | 0.70 | 0.64 | 22.15 | 0.54 | 0.24 |
| Hex | 5D | 34 | 1C | 0 | 2C | 46 | 40 | 16 | 36 | 18 |
| Octal | 135 | 64 | 34 | 0 | 54 | 106 | 100 | 26 | 66 | 30 |
| Binary | 1011101 | 110100 | 11100 | 0 | 101100 | 1000110 | 1000000 | 10110 | 110110 | 11000 |
Color Harmonies of #5D341C
Complementary color
Monochromatic Colors of #5D341C
Black with #5D341C
Text Example
Text Example
White with #5D341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D341C; }
p { color: rgb(93,52,28); }
H1.HeaderClassName
{
color: #5D341C;
}
.AnyTagClassName
{
color: #5D341C;
}
</style>
background-color css
<style>
a { background-color: #5D341C; }
a { background-color: rgb(93,52,28); }
div.DivClassName
{
background-color: #5D341C;
}
.BgClassName
{
background-color: #5D341C;
}
</style>
border-color css
<style>
span { border-color: #5D341C; }
span { border-color: rgb(93,52,28); }
td.TdClassName
{
border-color: #5D341C;
}
.TagClassName
{
border-color: #5D341C;
}
</style>