Shades of Saddle Brown #8B420A
Tints of Saddle Brown #8B420A
RGB
CMYK
RGB Variations
Color information
#8B420A (or 0x8B420A) is known color: Saddle Brown. HEX triplet: 8B, 42 and 0A. RGB value is (139,66,10). Sum of RGB (Red+Green+Blue) = 139+66+10=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B420A is #74BDF5. Grayscale: #515151. Windows color (decimal): -7650806 or 672395. OLE color: 672395.
HSL color Cylindrical-coordinate representation of color #8B420A: hue angle of 26.05º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B420A is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 10 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.45 |
| HSL | 26.05º | 0.87% | 0.29% | - |
| HSV(B) | 26.05º | 0.93% | 0.55% | - |
| XYZ | 12.65 | 9.41 | 1.44 | - |
| YUV | 81.44 | 87.68 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 10 | 0 | 0.53 | 0.93 | 0.45 | 26.05 | 0.87 | 0.29 |
| Hex | 8B | 42 | A | 0 | 35 | 5D | 2D | 1A | 57 | 1D |
| Octal | 213 | 102 | 12 | 0 | 65 | 135 | 55 | 32 | 127 | 35 |
| Binary | 10001011 | 1000010 | 1010 | 0 | 110101 | 1011101 | 101101 | 11010 | 1010111 | 11101 |
Color Harmonies of #8B420A
Complementary color
Monochromatic Colors of #8B420A
Black with #8B420A
Text Example
Text Example
White with #8B420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B420A; }
p { color: rgb(139,66,10); }
H1.HeaderClassName
{
color: #8B420A;
}
.AnyTagClassName
{
color: #8B420A;
}
</style>
background-color css
<style>
a { background-color: #8B420A; }
a { background-color: rgb(139,66,10); }
div.DivClassName
{
background-color: #8B420A;
}
.BgClassName
{
background-color: #8B420A;
}
</style>
border-color css
<style>
span { border-color: #8B420A; }
span { border-color: rgb(139,66,10); }
td.TdClassName
{
border-color: #8B420A;
}
.TagClassName
{
border-color: #8B420A;
}
</style>