Shades of Baker's Chocolate #5F321B
Tints of Baker's Chocolate #5F321B
RGB
CMYK
RGB Variations
Color information
#5F321B (or 0x5F321B) is known color: Baker's Chocolate. HEX triplet: 5F, 32 and 1B. RGB value is (95,50,27). Sum of RGB (Red+Green+Blue) = 95+50+27=172 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.23% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 95 - color contains mainly: red. Hex color #5F321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F321B is #A0CDE4. Grayscale: #3C3C3C. Windows color (decimal): -10538469 or 1782367. OLE color: 1782367.
HSL color Cylindrical-coordinate representation of color #5F321B: hue angle of 20.29º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F321B is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 50 | 27 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.63 |
| HSL | 20.29º | 0.56% | 0.24% | - |
| HSV(B) | 20.29º | 0.72% | 0.37% | - |
| XYZ | 6.06 | 4.79 | 1.64 | - |
| YUV | 60.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 50 | 27 | 0 | 0.47 | 0.72 | 0.63 | 20.29 | 0.56 | 0.24 |
| Hex | 5F | 32 | 1B | 0 | 2F | 48 | 3F | 14 | 38 | 18 |
| Octal | 137 | 62 | 33 | 0 | 57 | 110 | 77 | 24 | 70 | 30 |
| Binary | 1011111 | 110010 | 11011 | 0 | 101111 | 1001000 | 111111 | 10100 | 111000 | 11000 |
Color Harmonies of #5F321B
Complementary color
Monochromatic Colors of #5F321B
Black with #5F321B
Text Example
Text Example
White with #5F321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F321B; }
p { color: rgb(95,50,27); }
H1.HeaderClassName
{
color: #5F321B;
}
.AnyTagClassName
{
color: #5F321B;
}
</style>
background-color css
<style>
a { background-color: #5F321B; }
a { background-color: rgb(95,50,27); }
div.DivClassName
{
background-color: #5F321B;
}
.BgClassName
{
background-color: #5F321B;
}
</style>
border-color css
<style>
span { border-color: #5F321B; }
span { border-color: rgb(95,50,27); }
td.TdClassName
{
border-color: #5F321B;
}
.TagClassName
{
border-color: #5F321B;
}
</style>