Shades of Saddle Brown #91300C
Tints of Saddle Brown #91300C
RGB
CMYK
RGB Variations
Color information
#91300C (or 0x91300C) is known color: Saddle Brown. HEX triplet: 91, 30 and 0C. RGB value is (145,48,12). Sum of RGB (Red+Green+Blue) = 145+48+12=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #91300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91300C is #6ECFF3. Grayscale: #494949. Windows color (decimal): -7262196 or 798865. OLE color: 798865.
HSL color Cylindrical-coordinate representation of color #91300C: hue angle of 16.24º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91300C is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 48 | 12 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.43 |
| HSL | 16.24º | 0.85% | 0.31% | - |
| HSV(B) | 16.24º | 0.92% | 0.57% | - |
| XYZ | 12.8 | 8.16 | 1.25 | - |
| YUV | 72.9 | 93.64 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 12 | 0 | 0.67 | 0.92 | 0.43 | 16.24 | 0.85 | 0.31 |
| Hex | 91 | 30 | C | 0 | 43 | 5C | 2B | 10 | 55 | 1F |
| Octal | 221 | 60 | 14 | 0 | 103 | 134 | 53 | 20 | 125 | 37 |
| Binary | 10010001 | 110000 | 1100 | 0 | 1000011 | 1011100 | 101011 | 10000 | 1010101 | 11111 |
Color Harmonies of #91300C
Complementary color
Monochromatic Colors of #91300C
Black with #91300C
Text Example
Text Example
White with #91300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91300C; }
p { color: rgb(145,48,12); }
H1.HeaderClassName
{
color: #91300C;
}
.AnyTagClassName
{
color: #91300C;
}
</style>
background-color css
<style>
a { background-color: #91300C; }
a { background-color: rgb(145,48,12); }
div.DivClassName
{
background-color: #91300C;
}
.BgClassName
{
background-color: #91300C;
}
</style>
border-color css
<style>
span { border-color: #91300C; }
span { border-color: rgb(145,48,12); }
td.TdClassName
{
border-color: #91300C;
}
.TagClassName
{
border-color: #91300C;
}
</style>