Shades of Saddle Brown #8A380F
Tints of Saddle Brown #8A380F
RGB
CMYK
RGB Variations
Color information
#8A380F (or 0x8A380F) is known color: Saddle Brown. HEX triplet: 8A, 38 and 0F. RGB value is (138,56,15). Sum of RGB (Red+Green+Blue) = 138+56+15=209 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.03% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 138 - color contains mainly: red. Hex color #8A380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A380F is #75C7F0. Grayscale: #4C4C4C. Windows color (decimal): -7718897 or 997514. OLE color: 997514.
HSL color Cylindrical-coordinate representation of color #8A380F: hue angle of 20º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A380F is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 56 | 15 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.46 |
| HSL | 20º | 0.8% | 0.3% | - |
| HSV(B) | 20º | 0.89% | 0.54% | - |
| XYZ | 11.98 | 8.27 | 1.42 | - |
| YUV | 75.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 56 | 15 | 0 | 0.59 | 0.89 | 0.46 | 20 | 0.8 | 0.3 |
| Hex | 8A | 38 | F | 0 | 3B | 59 | 2E | 14 | 50 | 1E |
| Octal | 212 | 70 | 17 | 0 | 73 | 131 | 56 | 24 | 120 | 36 |
| Binary | 10001010 | 111000 | 1111 | 0 | 111011 | 1011001 | 101110 | 10100 | 1010000 | 11110 |
Color Harmonies of #8A380F
Complementary color
Monochromatic Colors of #8A380F
Black with #8A380F
Text Example
Text Example
White with #8A380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A380F; }
p { color: rgb(138,56,15); }
H1.HeaderClassName
{
color: #8A380F;
}
.AnyTagClassName
{
color: #8A380F;
}
</style>
background-color css
<style>
a { background-color: #8A380F; }
a { background-color: rgb(138,56,15); }
div.DivClassName
{
background-color: #8A380F;
}
.BgClassName
{
background-color: #8A380F;
}
</style>
border-color css
<style>
span { border-color: #8A380F; }
span { border-color: rgb(138,56,15); }
td.TdClassName
{
border-color: #8A380F;
}
.TagClassName
{
border-color: #8A380F;
}
</style>