Shades of Saddle Brown #914003
Tints of Saddle Brown #914003
RGB
CMYK
RGB Variations
Color information
#914003 (or 0x914003) is known color: Saddle Brown. HEX triplet: 91, 40 and 03. RGB value is (145,64,3). Sum of RGB (Red+Green+Blue) = 145+64+3=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #914003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914003 is #6EBFFC. Grayscale: #515151. Windows color (decimal): -7258109 or 213137. OLE color: 213137.
HSL color Cylindrical-coordinate representation of color #914003: hue angle of 25.77º 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 #914003 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 64 | 3 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.43 |
| HSL | 25.77º | 0.96% | 0.29% | - |
| HSV(B) | 25.77º | 0.98% | 0.57% | - |
| XYZ | 13.53 | 9.69 | 1.24 | - |
| YUV | 81.27 | 83.84 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 3 | 0 | 0.56 | 0.98 | 0.43 | 25.77 | 0.96 | 0.29 |
| Hex | 91 | 40 | 3 | 0 | 38 | 62 | 2B | 1A | 60 | 1D |
| Octal | 221 | 100 | 3 | 0 | 70 | 142 | 53 | 32 | 140 | 35 |
| Binary | 10010001 | 1000000 | 11 | 0 | 111000 | 1100010 | 101011 | 11010 | 1100000 | 11101 |
Color Harmonies of #914003
Complementary color
Monochromatic Colors of #914003
Black with #914003
Text Example
Text Example
White with #914003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914003; }
p { color: rgb(145,64,3); }
H1.HeaderClassName
{
color: #914003;
}
.AnyTagClassName
{
color: #914003;
}
</style>
background-color css
<style>
a { background-color: #914003; }
a { background-color: rgb(145,64,3); }
div.DivClassName
{
background-color: #914003;
}
.BgClassName
{
background-color: #914003;
}
</style>
border-color css
<style>
span { border-color: #914003; }
span { border-color: rgb(145,64,3); }
td.TdClassName
{
border-color: #914003;
}
.TagClassName
{
border-color: #914003;
}
</style>