Shades of Saddle Brown #913001
Tints of Saddle Brown #913001
RGB
CMYK
RGB Variations
Color information
#913001 (or 0x913001) is known color: Saddle Brown. HEX triplet: 91, 30 and 01. RGB value is (145,48,1). Sum of RGB (Red+Green+Blue) = 145+48+1=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #913001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913001 is #6ECFFE. Grayscale: #474747. Windows color (decimal): -7262207 or 77969. OLE color: 77969.
HSL color Cylindrical-coordinate representation of color #913001: hue angle of 19.58º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #913001 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 48 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.43 |
| HSL | 19.58º | 0.99% | 0.29% | - |
| HSV(B) | 19.58º | 0.99% | 0.57% | - |
| XYZ | 12.74 | 8.14 | 0.93 | - |
| YUV | 71.65 | 88.14 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 1 | 0 | 0.67 | 0.99 | 0.43 | 19.58 | 0.99 | 0.29 |
| Hex | 91 | 30 | 1 | 0 | 43 | 63 | 2B | 14 | 63 | 1D |
| Octal | 221 | 60 | 1 | 0 | 103 | 143 | 53 | 24 | 143 | 35 |
| Binary | 10010001 | 110000 | 1 | 0 | 1000011 | 1100011 | 101011 | 10100 | 1100011 | 11101 |
Color Harmonies of #913001
Complementary color
Monochromatic Colors of #913001
Black with #913001
Text Example
Text Example
White with #913001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913001; }
p { color: rgb(145,48,1); }
H1.HeaderClassName
{
color: #913001;
}
.AnyTagClassName
{
color: #913001;
}
</style>
background-color css
<style>
a { background-color: #913001; }
a { background-color: rgb(145,48,1); }
div.DivClassName
{
background-color: #913001;
}
.BgClassName
{
background-color: #913001;
}
</style>
border-color css
<style>
span { border-color: #913001; }
span { border-color: rgb(145,48,1); }
td.TdClassName
{
border-color: #913001;
}
.TagClassName
{
border-color: #913001;
}
</style>