Shades of Saddle Brown #8A3D09
Tints of Saddle Brown #8A3D09
RGB
CMYK
RGB Variations
Color information
#8A3D09 (or 0x8A3D09) is known color: Saddle Brown. HEX triplet: 8A, 3D and 09. RGB value is (138,61,9). Sum of RGB (Red+Green+Blue) = 138+61+9=208 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.35% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3D09 is #75C2F6. Grayscale: #4E4E4E. Windows color (decimal): -7717623 or 605578. OLE color: 605578.
HSL color Cylindrical-coordinate representation of color #8A3D09: hue angle of 24.19º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A3D09 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 61 | 9 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.46 |
| HSL | 24.19º | 0.88% | 0.29% | - |
| HSV(B) | 24.19º | 0.93% | 0.54% | - |
| XYZ | 12.2 | 8.76 | 1.31 | - |
| YUV | 78.1 | 89.01 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 9 | 0 | 0.56 | 0.93 | 0.46 | 24.19 | 0.88 | 0.29 |
| Hex | 8A | 3D | 9 | 0 | 38 | 5D | 2E | 18 | 58 | 1D |
| Octal | 212 | 75 | 11 | 0 | 70 | 135 | 56 | 30 | 130 | 35 |
| Binary | 10001010 | 111101 | 1001 | 0 | 111000 | 1011101 | 101110 | 11000 | 1011000 | 11101 |
Color Harmonies of #8A3D09
Complementary color
Monochromatic Colors of #8A3D09
Black with #8A3D09
Text Example
Text Example
White with #8A3D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3D09; }
p { color: rgb(138,61,9); }
H1.HeaderClassName
{
color: #8A3D09;
}
.AnyTagClassName
{
color: #8A3D09;
}
</style>
background-color css
<style>
a { background-color: #8A3D09; }
a { background-color: rgb(138,61,9); }
div.DivClassName
{
background-color: #8A3D09;
}
.BgClassName
{
background-color: #8A3D09;
}
</style>
border-color css
<style>
span { border-color: #8A3D09; }
span { border-color: rgb(138,61,9); }
td.TdClassName
{
border-color: #8A3D09;
}
.TagClassName
{
border-color: #8A3D09;
}
</style>