Shades of Saddle Brown #914E1C
Tints of Saddle Brown #914E1C
RGB
CMYK
RGB Variations
Color information
#914E1C (or 0x914E1C) is known color: Saddle Brown. HEX triplet: 91, 4E and 1C. RGB value is (145,78,28). Sum of RGB (Red+Green+Blue) = 145+78+28=251 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.77% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 145 - color contains mainly: red. Hex color #914E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914E1C is #6EB1E3. Grayscale: #5C5C5C. Windows color (decimal): -7254500 or 1855121. OLE color: 1855121.
HSL color Cylindrical-coordinate representation of color #914E1C: hue angle of 25.64º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #914E1C is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 78 | 28 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.43 |
| HSL | 25.64º | 0.68% | 0.34% | - |
| HSV(B) | 25.64º | 0.81% | 0.57% | - |
| XYZ | 14.61 | 11.55 | 2.56 | - |
| YUV | 92.33 | 91.7 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 28 | 0 | 0.46 | 0.81 | 0.43 | 25.64 | 0.68 | 0.34 |
| Hex | 91 | 4E | 1C | 0 | 2E | 51 | 2B | 1A | 44 | 22 |
| Octal | 221 | 116 | 34 | 0 | 56 | 121 | 53 | 32 | 104 | 42 |
| Binary | 10010001 | 1001110 | 11100 | 0 | 101110 | 1010001 | 101011 | 11010 | 1000100 | 100010 |
Color Harmonies of #914E1C
Complementary color
Monochromatic Colors of #914E1C
Black with #914E1C
Text Example
Text Example
White with #914E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914E1C; }
p { color: rgb(145,78,28); }
H1.HeaderClassName
{
color: #914E1C;
}
.AnyTagClassName
{
color: #914E1C;
}
</style>
background-color css
<style>
a { background-color: #914E1C; }
a { background-color: rgb(145,78,28); }
div.DivClassName
{
background-color: #914E1C;
}
.BgClassName
{
background-color: #914E1C;
}
</style>
border-color css
<style>
span { border-color: #914E1C; }
span { border-color: rgb(145,78,28); }
td.TdClassName
{
border-color: #914E1C;
}
.TagClassName
{
border-color: #914E1C;
}
</style>