Shades of Saddle Brown #914303
Tints of Saddle Brown #914303
RGB
CMYK
RGB Variations
Color information
#914303 (or 0x914303) is known color: Saddle Brown. HEX triplet: 91, 43 and 03. RGB value is (145,67,3). Sum of RGB (Red+Green+Blue) = 145+67+3=215 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.44% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 145 - color contains mainly: red. Hex color #914303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914303 is #6EBCFC. Grayscale: #535353. Windows color (decimal): -7257341 or 213905. OLE color: 213905.
HSL color Cylindrical-coordinate representation of color #914303: hue angle of 27.04º 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 #914303 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 67 | 3 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.43 |
| HSL | 27.04º | 0.96% | 0.29% | - |
| HSV(B) | 27.04º | 0.98% | 0.57% | - |
| XYZ | 13.7 | 10.04 | 1.3 | - |
| YUV | 83.03 | 82.84 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 3 | 0 | 0.54 | 0.98 | 0.43 | 27.04 | 0.96 | 0.29 |
| Hex | 91 | 43 | 3 | 0 | 36 | 62 | 2B | 1B | 60 | 1D |
| Octal | 221 | 103 | 3 | 0 | 66 | 142 | 53 | 33 | 140 | 35 |
| Binary | 10010001 | 1000011 | 11 | 0 | 110110 | 1100010 | 101011 | 11011 | 1100000 | 11101 |
Color Harmonies of #914303
Complementary color
Monochromatic Colors of #914303
Black with #914303
Text Example
Text Example
White with #914303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914303; }
p { color: rgb(145,67,3); }
H1.HeaderClassName
{
color: #914303;
}
.AnyTagClassName
{
color: #914303;
}
</style>
background-color css
<style>
a { background-color: #914303; }
a { background-color: rgb(145,67,3); }
div.DivClassName
{
background-color: #914303;
}
.BgClassName
{
background-color: #914303;
}
</style>
border-color css
<style>
span { border-color: #914303; }
span { border-color: rgb(145,67,3); }
td.TdClassName
{
border-color: #914303;
}
.TagClassName
{
border-color: #914303;
}
</style>