Shades of Saddle Brown #A3500A
Tints of Saddle Brown #A3500A
RGB
CMYK
RGB Variations
Color information
#A3500A (or 0xA3500A) is known color: Saddle Brown. HEX triplet: A3, 50 and 0A. RGB value is (163,80,10). Sum of RGB (Red+Green+Blue) = 163+80+10=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A3500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3500A is #5CAFF5. Grayscale: #616161. Windows color (decimal): -6074358 or 676003. OLE color: 676003.
HSL color Cylindrical-coordinate representation of color #A3500A: hue angle of 27.45º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3500A is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 10 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.36 |
| HSL | 27.45º | 0.88% | 0.34% | - |
| HSV(B) | 27.45º | 0.94% | 0.64% | - |
| XYZ | 18.03 | 13.55 | 1.95 | - |
| YUV | 96.84 | 79 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 10 | 0 | 0.51 | 0.94 | 0.36 | 27.45 | 0.88 | 0.34 |
| Hex | A3 | 50 | A | 0 | 33 | 5E | 24 | 1B | 58 | 22 |
| Octal | 243 | 120 | 12 | 0 | 63 | 136 | 44 | 33 | 130 | 42 |
| Binary | 10100011 | 1010000 | 1010 | 0 | 110011 | 1011110 | 100100 | 11011 | 1011000 | 100010 |
Color Harmonies of #A3500A
Complementary color
Monochromatic Colors of #A3500A
Black with #A3500A
Text Example
Text Example
White with #A3500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3500A; }
p { color: rgb(163,80,10); }
H1.HeaderClassName
{
color: #A3500A;
}
.AnyTagClassName
{
color: #A3500A;
}
</style>
background-color css
<style>
a { background-color: #A3500A; }
a { background-color: rgb(163,80,10); }
div.DivClassName
{
background-color: #A3500A;
}
.BgClassName
{
background-color: #A3500A;
}
</style>
border-color css
<style>
span { border-color: #A3500A; }
span { border-color: rgb(163,80,10); }
td.TdClassName
{
border-color: #A3500A;
}
.TagClassName
{
border-color: #A3500A;
}
</style>