Shades of Baker's Chocolate #5F3803
Tints of Baker's Chocolate #5F3803
RGB
CMYK
RGB Variations
Color information
#5F3803 (or 0x5F3803) is known color: Baker's Chocolate. HEX triplet: 5F, 38 and 03. RGB value is (95,56,3). Sum of RGB (Red+Green+Blue) = 95+56+3=154 (20% of max value = 765). Red value is 95 (37.5% from 255 or 61.69% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F3803 is #A0C7FC. Grayscale: #3D3D3D. Windows color (decimal): -10536957 or 211039. OLE color: 211039.
HSL color Cylindrical-coordinate representation of color #5F3803: hue angle of 34.57º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F3803 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 56 | 3 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.63 |
| HSL | 34.57º | 0.94% | 0.19% | - |
| HSV(B) | 34.57º | 0.97% | 0.37% | - |
| XYZ | 6.15 | 5.27 | 0.78 | - |
| YUV | 61.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 56 | 3 | 0 | 0.41 | 0.97 | 0.63 | 34.57 | 0.94 | 0.19 |
| Hex | 5F | 38 | 3 | 0 | 29 | 61 | 3F | 23 | 5E | 13 |
| Octal | 137 | 70 | 3 | 0 | 51 | 141 | 77 | 43 | 136 | 23 |
| Binary | 1011111 | 111000 | 11 | 0 | 101001 | 1100001 | 111111 | 100011 | 1011110 | 10011 |
Color Harmonies of #5F3803
Complementary color
Monochromatic Colors of #5F3803
Black with #5F3803
Text Example
Text Example
White with #5F3803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3803; }
p { color: rgb(95,56,3); }
H1.HeaderClassName
{
color: #5F3803;
}
.AnyTagClassName
{
color: #5F3803;
}
</style>
background-color css
<style>
a { background-color: #5F3803; }
a { background-color: rgb(95,56,3); }
div.DivClassName
{
background-color: #5F3803;
}
.BgClassName
{
background-color: #5F3803;
}
</style>
border-color css
<style>
span { border-color: #5F3803; }
span { border-color: rgb(95,56,3); }
td.TdClassName
{
border-color: #5F3803;
}
.TagClassName
{
border-color: #5F3803;
}
</style>