Shades of Saddle Brown #8A3C0D
Tints of Saddle Brown #8A3C0D
RGB
CMYK
RGB Variations
Color information
#8A3C0D (or 0x8A3C0D) is known color: Saddle Brown. HEX triplet: 8A, 3C and 0D. RGB value is (138,60,13). Sum of RGB (Red+Green+Blue) = 138+60+13=211 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.40% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3C0D is #75C3F2. Grayscale: #4E4E4E. Windows color (decimal): -7717875 or 867466. OLE color: 867466.
HSL color Cylindrical-coordinate representation of color #8A3C0D: hue angle of 22.56º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A3C0D is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 60 | 13 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.46 |
| HSL | 22.56º | 0.83% | 0.3% | - |
| HSV(B) | 22.56º | 0.91% | 0.54% | - |
| XYZ | 12.17 | 8.66 | 1.41 | - |
| YUV | 77.96 | 91.34 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 13 | 0 | 0.57 | 0.91 | 0.46 | 22.56 | 0.83 | 0.3 |
| Hex | 8A | 3C | D | 0 | 39 | 5B | 2E | 17 | 53 | 1E |
| Octal | 212 | 74 | 15 | 0 | 71 | 133 | 56 | 27 | 123 | 36 |
| Binary | 10001010 | 111100 | 1101 | 0 | 111001 | 1011011 | 101110 | 10111 | 1010011 | 11110 |
Color Harmonies of #8A3C0D
Complementary color
Monochromatic Colors of #8A3C0D
Black with #8A3C0D
Text Example
Text Example
White with #8A3C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3C0D; }
p { color: rgb(138,60,13); }
H1.HeaderClassName
{
color: #8A3C0D;
}
.AnyTagClassName
{
color: #8A3C0D;
}
</style>
background-color css
<style>
a { background-color: #8A3C0D; }
a { background-color: rgb(138,60,13); }
div.DivClassName
{
background-color: #8A3C0D;
}
.BgClassName
{
background-color: #8A3C0D;
}
</style>
border-color css
<style>
span { border-color: #8A3C0D; }
span { border-color: rgb(138,60,13); }
td.TdClassName
{
border-color: #8A3C0D;
}
.TagClassName
{
border-color: #8A3C0D;
}
</style>