Shades of Chocolate #BF5D14
Tints of Chocolate #BF5D14
RGB
CMYK
RGB Variations
Color information
#BF5D14 (or 0xBF5D14) is known color: Chocolate. HEX triplet: BF, 5D and 14. RGB value is (191,93,20). Sum of RGB (Red+Green+Blue) = 191+93+20=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5D14 is #40A2EB. Grayscale: #727272. Windows color (decimal): -4236012 or 1334719. OLE color: 1334719.
HSL color Cylindrical-coordinate representation of color #BF5D14: hue angle of 25.61º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF5D14 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 20 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.25 |
| HSL | 25.61º | 0.81% | 0.41% | - |
| HSV(B) | 25.61º | 0.9% | 0.75% | - |
| XYZ | 25.53 | 18.96 | 2.98 | - |
| YUV | 113.98 | 74.97 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 20 | 0 | 0.51 | 0.90 | 0.25 | 25.61 | 0.81 | 0.41 |
| Hex | BF | 5D | 14 | 0 | 33 | 5A | 19 | 1A | 51 | 29 |
| Octal | 277 | 135 | 24 | 0 | 63 | 132 | 31 | 32 | 121 | 51 |
| Binary | 10111111 | 1011101 | 10100 | 0 | 110011 | 1011010 | 11001 | 11010 | 1010001 | 101001 |
Color Harmonies of #BF5D14
Complementary color
Monochromatic Colors of #BF5D14
Black with #BF5D14
Text Example
Text Example
White with #BF5D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D14; }
p { color: rgb(191,93,20); }
H1.HeaderClassName
{
color: #BF5D14;
}
.AnyTagClassName
{
color: #BF5D14;
}
</style>
background-color css
<style>
a { background-color: #BF5D14; }
a { background-color: rgb(191,93,20); }
div.DivClassName
{
background-color: #BF5D14;
}
.BgClassName
{
background-color: #BF5D14;
}
</style>
border-color css
<style>
span { border-color: #BF5D14; }
span { border-color: rgb(191,93,20); }
td.TdClassName
{
border-color: #BF5D14;
}
.TagClassName
{
border-color: #BF5D14;
}
</style>