Shades of Saddle Brown #914103
Tints of Saddle Brown #914103
RGB
CMYK
RGB Variations
Color information
#914103 (or 0x914103) is known color: Saddle Brown. HEX triplet: 91, 41 and 03. RGB value is (145,65,3). Sum of RGB (Red+Green+Blue) = 145+65+3=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #914103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914103 is #6EBEFC. Grayscale: #525252. Windows color (decimal): -7257853 or 213393. OLE color: 213393.
HSL color Cylindrical-coordinate representation of color #914103: hue angle of 26.2º 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 #914103 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 65 | 3 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.43 |
| HSL | 26.2º | 0.96% | 0.29% | - |
| HSV(B) | 26.2º | 0.98% | 0.57% | - |
| XYZ | 13.58 | 9.81 | 1.26 | - |
| YUV | 81.85 | 83.5 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 3 | 0 | 0.55 | 0.98 | 0.43 | 26.2 | 0.96 | 0.29 |
| Hex | 91 | 41 | 3 | 0 | 37 | 62 | 2B | 1A | 60 | 1D |
| Octal | 221 | 101 | 3 | 0 | 67 | 142 | 53 | 32 | 140 | 35 |
| Binary | 10010001 | 1000001 | 11 | 0 | 110111 | 1100010 | 101011 | 11010 | 1100000 | 11101 |
Color Harmonies of #914103
Complementary color
Monochromatic Colors of #914103
Black with #914103
Text Example
Text Example
White with #914103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914103; }
p { color: rgb(145,65,3); }
H1.HeaderClassName
{
color: #914103;
}
.AnyTagClassName
{
color: #914103;
}
</style>
background-color css
<style>
a { background-color: #914103; }
a { background-color: rgb(145,65,3); }
div.DivClassName
{
background-color: #914103;
}
.BgClassName
{
background-color: #914103;
}
</style>
border-color css
<style>
span { border-color: #914103; }
span { border-color: rgb(145,65,3); }
td.TdClassName
{
border-color: #914103;
}
.TagClassName
{
border-color: #914103;
}
</style>