Shades of Saddle Brown #8A380D
Tints of Saddle Brown #8A380D
RGB
CMYK
RGB Variations
Color information
#8A380D (or 0x8A380D) is known color: Saddle Brown. HEX triplet: 8A, 38 and 0D. RGB value is (138,56,13). Sum of RGB (Red+Green+Blue) = 138+56+13=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A380D is #75C7F2. Grayscale: #4B4B4B. Windows color (decimal): -7718899 or 866442. OLE color: 866442.
HSL color Cylindrical-coordinate representation of color #8A380D: hue angle of 20.64º 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 #8A380D is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 56 | 13 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.46 |
| HSL | 20.64º | 0.83% | 0.3% | - |
| HSV(B) | 20.64º | 0.91% | 0.54% | - |
| XYZ | 11.97 | 8.26 | 1.34 | - |
| YUV | 75.62 | 92.67 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 56 | 13 | 0 | 0.59 | 0.91 | 0.46 | 20.64 | 0.83 | 0.3 |
| Hex | 8A | 38 | D | 0 | 3B | 5B | 2E | 15 | 53 | 1E |
| Octal | 212 | 70 | 15 | 0 | 73 | 133 | 56 | 25 | 123 | 36 |
| Binary | 10001010 | 111000 | 1101 | 0 | 111011 | 1011011 | 101110 | 10101 | 1010011 | 11110 |
Color Harmonies of #8A380D
Complementary color
Monochromatic Colors of #8A380D
Black with #8A380D
Text Example
Text Example
White with #8A380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A380D; }
p { color: rgb(138,56,13); }
H1.HeaderClassName
{
color: #8A380D;
}
.AnyTagClassName
{
color: #8A380D;
}
</style>
background-color css
<style>
a { background-color: #8A380D; }
a { background-color: rgb(138,56,13); }
div.DivClassName
{
background-color: #8A380D;
}
.BgClassName
{
background-color: #8A380D;
}
</style>
border-color css
<style>
span { border-color: #8A380D; }
span { border-color: rgb(138,56,13); }
td.TdClassName
{
border-color: #8A380D;
}
.TagClassName
{
border-color: #8A380D;
}
</style>