Shades of Saddle Brown #8A2B02
Tints of Saddle Brown #8A2B02
RGB
CMYK
RGB Variations
Color information
#8A2B02 (or 0x8A2B02) is known color: Saddle Brown. HEX triplet: 8A, 2B and 02. RGB value is (138,43,2). Sum of RGB (Red+Green+Blue) = 138+43+2=183 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.41% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2B02 is #75D4FD. Grayscale: #424242. Windows color (decimal): -7722238 or 142218. OLE color: 142218.
HSL color Cylindrical-coordinate representation of color #8A2B02: hue angle of 18.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A2B02 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 43 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.46 |
| HSL | 18.09º | 0.97% | 0.27% | - |
| HSV(B) | 18.09º | 0.99% | 0.54% | - |
| XYZ | 11.36 | 7.14 | 0.84 | - |
| YUV | 66.73 | 91.47 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 2 | 0 | 0.69 | 0.99 | 0.46 | 18.09 | 0.97 | 0.27 |
| Hex | 8A | 2B | 2 | 0 | 45 | 63 | 2E | 12 | 61 | 1B |
| Octal | 212 | 53 | 2 | 0 | 105 | 143 | 56 | 22 | 141 | 33 |
| Binary | 10001010 | 101011 | 10 | 0 | 1000101 | 1100011 | 101110 | 10010 | 1100001 | 11011 |
Color Harmonies of #8A2B02
Complementary color
Monochromatic Colors of #8A2B02
Black with #8A2B02
Text Example
Text Example
White with #8A2B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2B02; }
p { color: rgb(138,43,2); }
H1.HeaderClassName
{
color: #8A2B02;
}
.AnyTagClassName
{
color: #8A2B02;
}
</style>
background-color css
<style>
a { background-color: #8A2B02; }
a { background-color: rgb(138,43,2); }
div.DivClassName
{
background-color: #8A2B02;
}
.BgClassName
{
background-color: #8A2B02;
}
</style>
border-color css
<style>
span { border-color: #8A2B02; }
span { border-color: rgb(138,43,2); }
td.TdClassName
{
border-color: #8A2B02;
}
.TagClassName
{
border-color: #8A2B02;
}
</style>