Shades of Saddle Brown #914903
Tints of Saddle Brown #914903
RGB
CMYK
RGB Variations
Color information
#914903 (or 0x914903) is known color: Saddle Brown. HEX triplet: 91, 49 and 03. RGB value is (145,73,3). Sum of RGB (Red+Green+Blue) = 145+73+3=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #914903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914903 is #6EB6FC. Grayscale: #565656. Windows color (decimal): -7255805 or 215441. OLE color: 215441.
HSL color Cylindrical-coordinate representation of color #914903: hue angle of 29.58º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #914903 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 73 | 3 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.43 |
| HSL | 29.58º | 0.96% | 0.29% | - |
| HSV(B) | 29.58º | 0.98% | 0.57% | - |
| XYZ | 14.08 | 10.79 | 1.43 | - |
| YUV | 86.55 | 80.85 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 73 | 3 | 0 | 0.50 | 0.98 | 0.43 | 29.58 | 0.96 | 0.29 |
| Hex | 91 | 49 | 3 | 0 | 32 | 62 | 2B | 1E | 60 | 1D |
| Octal | 221 | 111 | 3 | 0 | 62 | 142 | 53 | 36 | 140 | 35 |
| Binary | 10010001 | 1001001 | 11 | 0 | 110010 | 1100010 | 101011 | 11110 | 1100000 | 11101 |
Color Harmonies of #914903
Complementary color
Monochromatic Colors of #914903
Black with #914903
Text Example
Text Example
White with #914903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914903; }
p { color: rgb(145,73,3); }
H1.HeaderClassName
{
color: #914903;
}
.AnyTagClassName
{
color: #914903;
}
</style>
background-color css
<style>
a { background-color: #914903; }
a { background-color: rgb(145,73,3); }
div.DivClassName
{
background-color: #914903;
}
.BgClassName
{
background-color: #914903;
}
</style>
border-color css
<style>
span { border-color: #914903; }
span { border-color: rgb(145,73,3); }
td.TdClassName
{
border-color: #914903;
}
.TagClassName
{
border-color: #914903;
}
</style>