Shades of Baker's Chocolate #5F351B
Tints of Baker's Chocolate #5F351B
RGB
CMYK
RGB Variations
Color information
#5F351B (or 0x5F351B) is known color: Baker's Chocolate. HEX triplet: 5F, 35 and 1B. RGB value is (95,53,27). Sum of RGB (Red+Green+Blue) = 95+53+27=175 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.29% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 95 - color contains mainly: red. Hex color #5F351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F351B is #A0CAE4. Grayscale: #3E3E3E. Windows color (decimal): -10537701 or 1783135. OLE color: 1783135.
HSL color Cylindrical-coordinate representation of color #5F351B: hue angle of 22.94º 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 #5F351B is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 53 | 27 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.63 |
| HSL | 22.94º | 0.56% | 0.24% | - |
| HSV(B) | 22.94º | 0.72% | 0.37% | - |
| XYZ | 6.19 | 5.06 | 1.69 | - |
| YUV | 62.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 53 | 27 | 0 | 0.44 | 0.72 | 0.63 | 22.94 | 0.56 | 0.24 |
| Hex | 5F | 35 | 1B | 0 | 2C | 48 | 3F | 17 | 38 | 18 |
| Octal | 137 | 65 | 33 | 0 | 54 | 110 | 77 | 27 | 70 | 30 |
| Binary | 1011111 | 110101 | 11011 | 0 | 101100 | 1001000 | 111111 | 10111 | 111000 | 11000 |
Color Harmonies of #5F351B
Complementary color
Monochromatic Colors of #5F351B
Black with #5F351B
Text Example
Text Example
White with #5F351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F351B; }
p { color: rgb(95,53,27); }
H1.HeaderClassName
{
color: #5F351B;
}
.AnyTagClassName
{
color: #5F351B;
}
</style>
background-color css
<style>
a { background-color: #5F351B; }
a { background-color: rgb(95,53,27); }
div.DivClassName
{
background-color: #5F351B;
}
.BgClassName
{
background-color: #5F351B;
}
</style>
border-color css
<style>
span { border-color: #5F351B; }
span { border-color: rgb(95,53,27); }
td.TdClassName
{
border-color: #5F351B;
}
.TagClassName
{
border-color: #5F351B;
}
</style>