Shades of Baker's Chocolate #5D270C
Tints of Baker's Chocolate #5D270C
RGB
CMYK
RGB Variations
Color information
#5D270C (or 0x5D270C) is known color: Baker's Chocolate. HEX triplet: 5D, 27 and 0C. RGB value is (93,39,12). Sum of RGB (Red+Green+Blue) = 93+39+12=144 (19% of max value = 765). Red value is 93 (36.72% from 255 or 64.58% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 93 - color contains mainly: red. Hex color #5D270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D270C is #A2D8F3. Grayscale: #343434. Windows color (decimal): -10672372 or 796509. OLE color: 796509.
HSL color Cylindrical-coordinate representation of color #5D270C: hue angle of 20º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D270C is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 39 | 12 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.64 |
| HSL | 20º | 0.77% | 0.21% | - |
| HSV(B) | 20º | 0.87% | 0.36% | - |
| XYZ | 5.31 | 3.8 | 0.8 | - |
| YUV | 52.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 39 | 12 | 0 | 0.58 | 0.87 | 0.64 | 20 | 0.77 | 0.21 |
| Hex | 5D | 27 | C | 0 | 3A | 57 | 40 | 14 | 4D | 15 |
| Octal | 135 | 47 | 14 | 0 | 72 | 127 | 100 | 24 | 115 | 25 |
| Binary | 1011101 | 100111 | 1100 | 0 | 111010 | 1010111 | 1000000 | 10100 | 1001101 | 10101 |
Color Harmonies of #5D270C
Complementary color
Monochromatic Colors of #5D270C
Black with #5D270C
Text Example
Text Example
White with #5D270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D270C; }
p { color: rgb(93,39,12); }
H1.HeaderClassName
{
color: #5D270C;
}
.AnyTagClassName
{
color: #5D270C;
}
</style>
background-color css
<style>
a { background-color: #5D270C; }
a { background-color: rgb(93,39,12); }
div.DivClassName
{
background-color: #5D270C;
}
.BgClassName
{
background-color: #5D270C;
}
</style>
border-color css
<style>
span { border-color: #5D270C; }
span { border-color: rgb(93,39,12); }
td.TdClassName
{
border-color: #5D270C;
}
.TagClassName
{
border-color: #5D270C;
}
</style>