Shades of Saddle Brown #8A3100
Tints of Saddle Brown #8A3100
RGB
CMYK
RGB Variations
Color information
#8A3100 (or 0x8A3100) is known color: Saddle Brown. HEX triplet: 8A, 31 and 00. RGB value is (138,49,0). Sum of RGB (Red+Green+Blue) = 138+49+0=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3100 is #75CEFF. Grayscale: #464646. Windows color (decimal): -7720704 or 12682. OLE color: 12682.
HSL color Cylindrical-coordinate representation of color #8A3100: hue angle of 21.3º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A3100 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 49 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.46 |
| HSL | 21.3º | 1% | 0.27% | - |
| HSV(B) | 21.3º | 1% | 0.54% | - |
| XYZ | 11.58 | 7.6 | 0.86 | - |
| YUV | 70.03 | 88.49 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 0 | 0 | 0.64 | 1 | 0.46 | 21.3 | 1 | 0.27 |
| Hex | 8A | 31 | 0 | 0 | 40 | 64 | 2E | 15 | 64 | 1B |
| Octal | 212 | 61 | 0 | 0 | 100 | 144 | 56 | 25 | 144 | 33 |
| Binary | 10001010 | 110001 | 0 | 0 | 1000000 | 1100100 | 101110 | 10101 | 1100100 | 11011 |
Color Harmonies of #8A3100
Complementary color
Monochromatic Colors of #8A3100
Black with #8A3100
Text Example
Text Example
White with #8A3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3100; }
p { color: rgb(138,49,0); }
H1.HeaderClassName
{
color: #8A3100;
}
.AnyTagClassName
{
color: #8A3100;
}
</style>
background-color css
<style>
a { background-color: #8A3100; }
a { background-color: rgb(138,49,0); }
div.DivClassName
{
background-color: #8A3100;
}
.BgClassName
{
background-color: #8A3100;
}
</style>
border-color css
<style>
span { border-color: #8A3100; }
span { border-color: rgb(138,49,0); }
td.TdClassName
{
border-color: #8A3100;
}
.TagClassName
{
border-color: #8A3100;
}
</style>