Shades of Saddle Brown #8A511B
Tints of Saddle Brown #8A511B
RGB
CMYK
RGB Variations
Color information
#8A511B (or 0x8A511B) is known color: Saddle Brown. HEX triplet: 8A, 51 and 1B. RGB value is (138,81,27). Sum of RGB (Red+Green+Blue) = 138+81+27=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A511B is #75AEE4. Grayscale: #5C5C5C. Windows color (decimal): -7712485 or 1790346. OLE color: 1790346.
HSL color Cylindrical-coordinate representation of color #8A511B: hue angle of 29.19º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A511B is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 81 | 27 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.46 |
| HSL | 29.19º | 0.67% | 0.32% | - |
| HSV(B) | 29.19º | 0.8% | 0.54% | - |
| XYZ | 13.62 | 11.37 | 2.51 | - |
| YUV | 91.89 | 91.38 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 81 | 27 | 0 | 0.41 | 0.80 | 0.46 | 29.19 | 0.67 | 0.32 |
| Hex | 8A | 51 | 1B | 0 | 29 | 50 | 2E | 1D | 43 | 20 |
| Octal | 212 | 121 | 33 | 0 | 51 | 120 | 56 | 35 | 103 | 40 |
| Binary | 10001010 | 1010001 | 11011 | 0 | 101001 | 1010000 | 101110 | 11101 | 1000011 | 100000 |
Color Harmonies of #8A511B
Complementary color
Monochromatic Colors of #8A511B
Black with #8A511B
Text Example
Text Example
White with #8A511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A511B; }
p { color: rgb(138,81,27); }
H1.HeaderClassName
{
color: #8A511B;
}
.AnyTagClassName
{
color: #8A511B;
}
</style>
background-color css
<style>
a { background-color: #8A511B; }
a { background-color: rgb(138,81,27); }
div.DivClassName
{
background-color: #8A511B;
}
.BgClassName
{
background-color: #8A511B;
}
</style>
border-color css
<style>
span { border-color: #8A511B; }
span { border-color: rgb(138,81,27); }
td.TdClassName
{
border-color: #8A511B;
}
.TagClassName
{
border-color: #8A511B;
}
</style>