Shades of Baker's Chocolate #5F2605
Tints of Baker's Chocolate #5F2605
RGB
CMYK
RGB Variations
Color information
#5F2605 (or 0x5F2605) is known color: Baker's Chocolate. HEX triplet: 5F, 26 and 05. RGB value is (95,38,5). Sum of RGB (Red+Green+Blue) = 95+38+5=138 (18% of max value = 765). Red value is 95 (37.5% from 255 or 68.84% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2605 is #A0D9FA. Grayscale: #333333. Windows color (decimal): -10541563 or 337503. OLE color: 337503.
HSL color Cylindrical-coordinate representation of color #5F2605: hue angle of 22º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F2605 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 38 | 5 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.63 |
| HSL | 22º | 0.9% | 0.2% | - |
| HSV(B) | 22º | 0.95% | 0.37% | - |
| XYZ | 5.44 | 3.83 | 0.6 | - |
| YUV | 51.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 38 | 5 | 0 | 0.60 | 0.95 | 0.63 | 22 | 0.9 | 0.2 |
| Hex | 5F | 26 | 5 | 0 | 3C | 5F | 3F | 16 | 5A | 14 |
| Octal | 137 | 46 | 5 | 0 | 74 | 137 | 77 | 26 | 132 | 24 |
| Binary | 1011111 | 100110 | 101 | 0 | 111100 | 1011111 | 111111 | 10110 | 1011010 | 10100 |
Color Harmonies of #5F2605
Complementary color
Monochromatic Colors of #5F2605
Black with #5F2605
Text Example
Text Example
White with #5F2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2605; }
p { color: rgb(95,38,5); }
H1.HeaderClassName
{
color: #5F2605;
}
.AnyTagClassName
{
color: #5F2605;
}
</style>
background-color css
<style>
a { background-color: #5F2605; }
a { background-color: rgb(95,38,5); }
div.DivClassName
{
background-color: #5F2605;
}
.BgClassName
{
background-color: #5F2605;
}
</style>
border-color css
<style>
span { border-color: #5F2605; }
span { border-color: rgb(95,38,5); }
td.TdClassName
{
border-color: #5F2605;
}
.TagClassName
{
border-color: #5F2605;
}
</style>