Shades of Baker's Chocolate #5F3305
Tints of Baker's Chocolate #5F3305
RGB
CMYK
RGB Variations
Color information
#5F3305 (or 0x5F3305) is known color: Baker's Chocolate. HEX triplet: 5F, 33 and 05. RGB value is (95,51,5). Sum of RGB (Red+Green+Blue) = 95+51+5=151 (20% of max value = 765). Red value is 95 (37.5% from 255 or 62.91% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F3305 is #A0CCFA. Grayscale: #3B3B3B. Windows color (decimal): -10538235 or 340831. OLE color: 340831.
HSL color Cylindrical-coordinate representation of color #5F3305: hue angle of 30.67º 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 #5F3305 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 51 | 5 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.63 |
| HSL | 30.67º | 0.9% | 0.2% | - |
| HSV(B) | 30.67º | 0.95% | 0.37% | - |
| XYZ | 5.93 | 4.81 | 0.76 | - |
| YUV | 58.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 51 | 5 | 0 | 0.46 | 0.95 | 0.63 | 30.67 | 0.9 | 0.2 |
| Hex | 5F | 33 | 5 | 0 | 2E | 5F | 3F | 1F | 5A | 14 |
| Octal | 137 | 63 | 5 | 0 | 56 | 137 | 77 | 37 | 132 | 24 |
| Binary | 1011111 | 110011 | 101 | 0 | 101110 | 1011111 | 111111 | 11111 | 1011010 | 10100 |
Color Harmonies of #5F3305
Complementary color
Monochromatic Colors of #5F3305
Black with #5F3305
Text Example
Text Example
White with #5F3305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3305; }
p { color: rgb(95,51,5); }
H1.HeaderClassName
{
color: #5F3305;
}
.AnyTagClassName
{
color: #5F3305;
}
</style>
background-color css
<style>
a { background-color: #5F3305; }
a { background-color: rgb(95,51,5); }
div.DivClassName
{
background-color: #5F3305;
}
.BgClassName
{
background-color: #5F3305;
}
</style>
border-color css
<style>
span { border-color: #5F3305; }
span { border-color: rgb(95,51,5); }
td.TdClassName
{
border-color: #5F3305;
}
.TagClassName
{
border-color: #5F3305;
}
</style>