Shades of Saddle Brown #8A431B
Tints of Saddle Brown #8A431B
RGB
CMYK
RGB Variations
Color information
#8A431B (or 0x8A431B) is known color: Saddle Brown. HEX triplet: 8A, 43 and 1B. RGB value is (138,67,27). Sum of RGB (Red+Green+Blue) = 138+67+27=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A431B is #75BCE4. Grayscale: #535353. Windows color (decimal): -7716069 or 1786762. OLE color: 1786762.
HSL color Cylindrical-coordinate representation of color #8A431B: hue angle of 21.62º 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 #8A431B is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 67 | 27 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.46 |
| HSL | 21.62º | 0.67% | 0.32% | - |
| HSV(B) | 21.62º | 0.8% | 0.54% | - |
| XYZ | 12.69 | 9.5 | 2.2 | - |
| YUV | 83.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 67 | 27 | 0 | 0.51 | 0.80 | 0.46 | 21.62 | 0.67 | 0.32 |
| Hex | 8A | 43 | 1B | 0 | 33 | 50 | 2E | 16 | 43 | 20 |
| Octal | 212 | 103 | 33 | 0 | 63 | 120 | 56 | 26 | 103 | 40 |
| Binary | 10001010 | 1000011 | 11011 | 0 | 110011 | 1010000 | 101110 | 10110 | 1000011 | 100000 |
Color Harmonies of #8A431B
Complementary color
Monochromatic Colors of #8A431B
Black with #8A431B
Text Example
Text Example
White with #8A431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A431B; }
p { color: rgb(138,67,27); }
H1.HeaderClassName
{
color: #8A431B;
}
.AnyTagClassName
{
color: #8A431B;
}
</style>
background-color css
<style>
a { background-color: #8A431B; }
a { background-color: rgb(138,67,27); }
div.DivClassName
{
background-color: #8A431B;
}
.BgClassName
{
background-color: #8A431B;
}
</style>
border-color css
<style>
span { border-color: #8A431B; }
span { border-color: rgb(138,67,27); }
td.TdClassName
{
border-color: #8A431B;
}
.TagClassName
{
border-color: #8A431B;
}
</style>