Shades of Baker's Chocolate #5F3118
Tints of Baker's Chocolate #5F3118
RGB
CMYK
RGB Variations
Color information
#5F3118 (or 0x5F3118) is known color: Baker's Chocolate. HEX triplet: 5F, 31 and 18. RGB value is (95,49,24). Sum of RGB (Red+Green+Blue) = 95+49+24=168 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.55% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F3118 is #A0CEE7. Grayscale: #3C3C3C. Windows color (decimal): -10538728 or 1585503. OLE color: 1585503.
HSL color Cylindrical-coordinate representation of color #5F3118: hue angle of 21.13º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F3118 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 49 | 24 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.63 |
| HSL | 21.13º | 0.6% | 0.23% | - |
| HSV(B) | 21.13º | 0.75% | 0.37% | - |
| XYZ | 5.98 | 4.7 | 1.46 | - |
| YUV | 59.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 49 | 24 | 0 | 0.48 | 0.75 | 0.63 | 21.13 | 0.6 | 0.23 |
| Hex | 5F | 31 | 18 | 0 | 30 | 4B | 3F | 15 | 3C | 17 |
| Octal | 137 | 61 | 30 | 0 | 60 | 113 | 77 | 25 | 74 | 27 |
| Binary | 1011111 | 110001 | 11000 | 0 | 110000 | 1001011 | 111111 | 10101 | 111100 | 10111 |
Color Harmonies of #5F3118
Complementary color
Monochromatic Colors of #5F3118
Black with #5F3118
Text Example
Text Example
White with #5F3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3118; }
p { color: rgb(95,49,24); }
H1.HeaderClassName
{
color: #5F3118;
}
.AnyTagClassName
{
color: #5F3118;
}
</style>
background-color css
<style>
a { background-color: #5F3118; }
a { background-color: rgb(95,49,24); }
div.DivClassName
{
background-color: #5F3118;
}
.BgClassName
{
background-color: #5F3118;
}
</style>
border-color css
<style>
span { border-color: #5F3118; }
span { border-color: rgb(95,49,24); }
td.TdClassName
{
border-color: #5F3118;
}
.TagClassName
{
border-color: #5F3118;
}
</style>