Shades of Saddle Brown #903D1A
Tints of Saddle Brown #903D1A
RGB
CMYK
RGB Variations
Color information
#903D1A (or 0x903D1A) is known color: Saddle Brown. HEX triplet: 90, 3D and 1A. RGB value is (144,61,26). Sum of RGB (Red+Green+Blue) = 144+61+26=231 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.34% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 144 - color contains mainly: red. Hex color #903D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903D1A is #6FC2E5. Grayscale: #525252. Windows color (decimal): -7324390 or 1719696. OLE color: 1719696.
HSL color Cylindrical-coordinate representation of color #903D1A: hue angle of 17.8º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #903D1A is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 26 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.44 |
| HSL | 17.8º | 0.69% | 0.33% | - |
| HSV(B) | 17.8º | 0.82% | 0.56% | - |
| XYZ | 13.36 | 9.34 | 2.08 | - |
| YUV | 81.83 | 96.5 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 26 | 0 | 0.58 | 0.82 | 0.44 | 17.8 | 0.69 | 0.33 |
| Hex | 90 | 3D | 1A | 0 | 3A | 52 | 2C | 12 | 45 | 21 |
| Octal | 220 | 75 | 32 | 0 | 72 | 122 | 54 | 22 | 105 | 41 |
| Binary | 10010000 | 111101 | 11010 | 0 | 111010 | 1010010 | 101100 | 10010 | 1000101 | 100001 |
Color Harmonies of #903D1A
Complementary color
Monochromatic Colors of #903D1A
Black with #903D1A
Text Example
Text Example
White with #903D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D1A; }
p { color: rgb(144,61,26); }
H1.HeaderClassName
{
color: #903D1A;
}
.AnyTagClassName
{
color: #903D1A;
}
</style>
background-color css
<style>
a { background-color: #903D1A; }
a { background-color: rgb(144,61,26); }
div.DivClassName
{
background-color: #903D1A;
}
.BgClassName
{
background-color: #903D1A;
}
</style>
border-color css
<style>
span { border-color: #903D1A; }
span { border-color: rgb(144,61,26); }
td.TdClassName
{
border-color: #903D1A;
}
.TagClassName
{
border-color: #903D1A;
}
</style>