Shades of Saddle Brown #913D1A
Tints of Saddle Brown #913D1A
RGB
CMYK
RGB Variations
Color information
#913D1A (or 0x913D1A) is known color: Saddle Brown. HEX triplet: 91, 3D and 1A. RGB value is (145,61,26). Sum of RGB (Red+Green+Blue) = 145+61+26=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #913D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913D1A is #6EC2E5. Grayscale: #525252. Windows color (decimal): -7258854 or 1719697. OLE color: 1719697.
HSL color Cylindrical-coordinate representation of color #913D1A: hue angle of 17.65º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #913D1A is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 61 | 26 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.43 |
| HSL | 17.65º | 0.7% | 0.34% | - |
| HSV(B) | 17.65º | 0.82% | 0.57% | - |
| XYZ | 13.53 | 9.43 | 2.08 | - |
| YUV | 82.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 26 | 0 | 0.58 | 0.82 | 0.43 | 17.65 | 0.7 | 0.34 |
| Hex | 91 | 3D | 1A | 0 | 3A | 52 | 2B | 12 | 46 | 22 |
| Octal | 221 | 75 | 32 | 0 | 72 | 122 | 53 | 22 | 106 | 42 |
| Binary | 10010001 | 111101 | 11010 | 0 | 111010 | 1010010 | 101011 | 10010 | 1000110 | 100010 |
Color Harmonies of #913D1A
Complementary color
Monochromatic Colors of #913D1A
Black with #913D1A
Text Example
Text Example
White with #913D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913D1A; }
p { color: rgb(145,61,26); }
H1.HeaderClassName
{
color: #913D1A;
}
.AnyTagClassName
{
color: #913D1A;
}
</style>
background-color css
<style>
a { background-color: #913D1A; }
a { background-color: rgb(145,61,26); }
div.DivClassName
{
background-color: #913D1A;
}
.BgClassName
{
background-color: #913D1A;
}
</style>
border-color css
<style>
span { border-color: #913D1A; }
span { border-color: rgb(145,61,26); }
td.TdClassName
{
border-color: #913D1A;
}
.TagClassName
{
border-color: #913D1A;
}
</style>