Shades of Saddle Brown #915404
Tints of Saddle Brown #915404
RGB
CMYK
RGB Variations
Color information
#915404 (or 0x915404) is known color: Saddle Brown. HEX triplet: 91, 54 and 04. RGB value is (145,84,4). Sum of RGB (Red+Green+Blue) = 145+84+4=233 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.23% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 145 - color contains mainly: red. Hex color #915404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915404 is #6EABFB. Grayscale: #5D5D5D. Windows color (decimal): -7252988 or 283793. OLE color: 283793.
HSL color Cylindrical-coordinate representation of color #915404: hue angle of 34.04º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #915404 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 84 | 4 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.43 |
| HSL | 34.04º | 0.95% | 0.29% | - |
| HSV(B) | 34.04º | 0.97% | 0.57% | - |
| XYZ | 14.87 | 12.37 | 1.72 | - |
| YUV | 93.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 4 | 0 | 0.42 | 0.97 | 0.43 | 34.04 | 0.95 | 0.29 |
| Hex | 91 | 54 | 4 | 0 | 2A | 61 | 2B | 22 | 5F | 1D |
| Octal | 221 | 124 | 4 | 0 | 52 | 141 | 53 | 42 | 137 | 35 |
| Binary | 10010001 | 1010100 | 100 | 0 | 101010 | 1100001 | 101011 | 100010 | 1011111 | 11101 |
Color Harmonies of #915404
Complementary color
Monochromatic Colors of #915404
Black with #915404
Text Example
Text Example
White with #915404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915404; }
p { color: rgb(145,84,4); }
H1.HeaderClassName
{
color: #915404;
}
.AnyTagClassName
{
color: #915404;
}
</style>
background-color css
<style>
a { background-color: #915404; }
a { background-color: rgb(145,84,4); }
div.DivClassName
{
background-color: #915404;
}
.BgClassName
{
background-color: #915404;
}
</style>
border-color css
<style>
span { border-color: #915404; }
span { border-color: rgb(145,84,4); }
td.TdClassName
{
border-color: #915404;
}
.TagClassName
{
border-color: #915404;
}
</style>