Shades of Baker's Chocolate #5F1A02
Tints of Baker's Chocolate #5F1A02
RGB
CMYK
RGB Variations
Color information
#5F1A02 (or 0x5F1A02) is known color: Baker's Chocolate. HEX triplet: 5F, 1A and 02. RGB value is (95,26,2). Sum of RGB (Red+Green+Blue) = 95+26+2=123 (16% of max value = 765). Red value is 95 (37.5% from 255 or 77.24% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F1A02 is #A0E5FD. Grayscale: #2C2C2C. Windows color (decimal): -10544638 or 137823. OLE color: 137823.
HSL color Cylindrical-coordinate representation of color #5F1A02: hue angle of 15.48º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F1A02 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 26 | 2 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.63 |
| HSL | 15.48º | 0.96% | 0.19% | - |
| HSV(B) | 15.48º | 0.98% | 0.37% | - |
| XYZ | 5.1 | 3.18 | 0.4 | - |
| YUV | 43.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 26 | 2 | 0 | 0.73 | 0.98 | 0.63 | 15.48 | 0.96 | 0.19 |
| Hex | 5F | 1A | 2 | 0 | 49 | 62 | 3F | F | 60 | 13 |
| Octal | 137 | 32 | 2 | 0 | 111 | 142 | 77 | 17 | 140 | 23 |
| Binary | 1011111 | 11010 | 10 | 0 | 1001001 | 1100010 | 111111 | 1111 | 1100000 | 10011 |
Color Harmonies of #5F1A02
Complementary color
Monochromatic Colors of #5F1A02
Black with #5F1A02
Text Example
Text Example
White with #5F1A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1A02; }
p { color: rgb(95,26,2); }
H1.HeaderClassName
{
color: #5F1A02;
}
.AnyTagClassName
{
color: #5F1A02;
}
</style>
background-color css
<style>
a { background-color: #5F1A02; }
a { background-color: rgb(95,26,2); }
div.DivClassName
{
background-color: #5F1A02;
}
.BgClassName
{
background-color: #5F1A02;
}
</style>
border-color css
<style>
span { border-color: #5F1A02; }
span { border-color: rgb(95,26,2); }
td.TdClassName
{
border-color: #5F1A02;
}
.TagClassName
{
border-color: #5F1A02;
}
</style>