Shades of Saddle Brown #8A2B04
Tints of Saddle Brown #8A2B04
RGB
CMYK
RGB Variations
Color information
#8A2B04 (or 0x8A2B04) is known color: Saddle Brown. HEX triplet: 8A, 2B and 04. RGB value is (138,43,4). Sum of RGB (Red+Green+Blue) = 138+43+4=185 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.59% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2B04 is #75D4FB. Grayscale: #434343. Windows color (decimal): -7722236 or 273290. OLE color: 273290.
HSL color Cylindrical-coordinate representation of color #8A2B04: hue angle of 17.46º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A2B04 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 43 | 4 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.46 |
| HSL | 17.46º | 0.94% | 0.28% | - |
| HSV(B) | 17.46º | 0.97% | 0.54% | - |
| XYZ | 11.37 | 7.14 | 0.89 | - |
| YUV | 66.96 | 92.47 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 4 | 0 | 0.69 | 0.97 | 0.46 | 17.46 | 0.94 | 0.28 |
| Hex | 8A | 2B | 4 | 0 | 45 | 61 | 2E | 11 | 5E | 1C |
| Octal | 212 | 53 | 4 | 0 | 105 | 141 | 56 | 21 | 136 | 34 |
| Binary | 10001010 | 101011 | 100 | 0 | 1000101 | 1100001 | 101110 | 10001 | 1011110 | 11100 |
Color Harmonies of #8A2B04
Complementary color
Monochromatic Colors of #8A2B04
Black with #8A2B04
Text Example
Text Example
White with #8A2B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2B04; }
p { color: rgb(138,43,4); }
H1.HeaderClassName
{
color: #8A2B04;
}
.AnyTagClassName
{
color: #8A2B04;
}
</style>
background-color css
<style>
a { background-color: #8A2B04; }
a { background-color: rgb(138,43,4); }
div.DivClassName
{
background-color: #8A2B04;
}
.BgClassName
{
background-color: #8A2B04;
}
</style>
border-color css
<style>
span { border-color: #8A2B04; }
span { border-color: rgb(138,43,4); }
td.TdClassName
{
border-color: #8A2B04;
}
.TagClassName
{
border-color: #8A2B04;
}
</style>