Shades of Saddle Brown #91380D
Tints of Saddle Brown #91380D
RGB
CMYK
RGB Variations
Color information
#91380D (or 0x91380D) is known color: Saddle Brown. HEX triplet: 91, 38 and 0D. RGB value is (145,56,13). Sum of RGB (Red+Green+Blue) = 145+56+13=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #91380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91380D is #6EC7F2. Grayscale: #4D4D4D. Windows color (decimal): -7260147 or 866449. OLE color: 866449.
HSL color Cylindrical-coordinate representation of color #91380D: hue angle of 19.55º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #91380D is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 56 | 13 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.43 |
| HSL | 19.55º | 0.84% | 0.31% | - |
| HSV(B) | 19.55º | 0.91% | 0.57% | - |
| XYZ | 13.16 | 8.88 | 1.4 | - |
| YUV | 77.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 13 | 0 | 0.61 | 0.91 | 0.43 | 19.55 | 0.84 | 0.31 |
| Hex | 91 | 38 | D | 0 | 3D | 5B | 2B | 14 | 54 | 1F |
| Octal | 221 | 70 | 15 | 0 | 75 | 133 | 53 | 24 | 124 | 37 |
| Binary | 10010001 | 111000 | 1101 | 0 | 111101 | 1011011 | 101011 | 10100 | 1010100 | 11111 |
Color Harmonies of #91380D
Complementary color
Monochromatic Colors of #91380D
Black with #91380D
Text Example
Text Example
White with #91380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91380D; }
p { color: rgb(145,56,13); }
H1.HeaderClassName
{
color: #91380D;
}
.AnyTagClassName
{
color: #91380D;
}
</style>
background-color css
<style>
a { background-color: #91380D; }
a { background-color: rgb(145,56,13); }
div.DivClassName
{
background-color: #91380D;
}
.BgClassName
{
background-color: #91380D;
}
</style>
border-color css
<style>
span { border-color: #91380D; }
span { border-color: rgb(145,56,13); }
td.TdClassName
{
border-color: #91380D;
}
.TagClassName
{
border-color: #91380D;
}
</style>