Shades of Saddle Brown #89430A
Tints of Saddle Brown #89430A
RGB
CMYK
RGB Variations
Color information
#89430A (or 0x89430A) is known color: Saddle Brown. HEX triplet: 89, 43 and 0A. RGB value is (137,67,10). Sum of RGB (Red+Green+Blue) = 137+67+10=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #89430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89430A is #76BCF5. Grayscale: #515151. Windows color (decimal): -7781622 or 672649. OLE color: 672649.
HSL color Cylindrical-coordinate representation of color #89430A: hue angle of 26.93º degrees, saturation: 0.86, 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 #89430A is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 67 | 10 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.46 |
| HSL | 26.93º | 0.86% | 0.29% | - |
| HSV(B) | 26.93º | 0.93% | 0.54% | - |
| XYZ | 12.38 | 9.35 | 1.44 | - |
| YUV | 81.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 10 | 0 | 0.51 | 0.93 | 0.46 | 26.93 | 0.86 | 0.29 |
| Hex | 89 | 43 | A | 0 | 33 | 5D | 2E | 1B | 56 | 1D |
| Octal | 211 | 103 | 12 | 0 | 63 | 135 | 56 | 33 | 126 | 35 |
| Binary | 10001001 | 1000011 | 1010 | 0 | 110011 | 1011101 | 101110 | 11011 | 1010110 | 11101 |
Color Harmonies of #89430A
Complementary color
Monochromatic Colors of #89430A
Black with #89430A
Text Example
Text Example
White with #89430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89430A; }
p { color: rgb(137,67,10); }
H1.HeaderClassName
{
color: #89430A;
}
.AnyTagClassName
{
color: #89430A;
}
</style>
background-color css
<style>
a { background-color: #89430A; }
a { background-color: rgb(137,67,10); }
div.DivClassName
{
background-color: #89430A;
}
.BgClassName
{
background-color: #89430A;
}
</style>
border-color css
<style>
span { border-color: #89430A; }
span { border-color: rgb(137,67,10); }
td.TdClassName
{
border-color: #89430A;
}
.TagClassName
{
border-color: #89430A;
}
</style>