Shades of Saddle Brown #89430C
Tints of Saddle Brown #89430C
RGB
CMYK
RGB Variations
Color information
#89430C (or 0x89430C) is known color: Saddle Brown. HEX triplet: 89, 43 and 0C. RGB value is (137,67,12). Sum of RGB (Red+Green+Blue) = 137+67+12=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89430C is #76BCF3. Grayscale: #515151. Windows color (decimal): -7781620 or 803721. OLE color: 803721.
HSL color Cylindrical-coordinate representation of color #89430C: hue angle of 26.4º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89430C is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 67 | 12 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.46 |
| HSL | 26.4º | 0.84% | 0.29% | - |
| HSV(B) | 26.4º | 0.91% | 0.54% | - |
| XYZ | 12.39 | 9.36 | 1.5 | - |
| YUV | 81.66 | 88.69 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 12 | 0 | 0.51 | 0.91 | 0.46 | 26.4 | 0.84 | 0.29 |
| Hex | 89 | 43 | C | 0 | 33 | 5B | 2E | 1A | 54 | 1D |
| Octal | 211 | 103 | 14 | 0 | 63 | 133 | 56 | 32 | 124 | 35 |
| Binary | 10001001 | 1000011 | 1100 | 0 | 110011 | 1011011 | 101110 | 11010 | 1010100 | 11101 |
Color Harmonies of #89430C
Complementary color
Monochromatic Colors of #89430C
Black with #89430C
Text Example
Text Example
White with #89430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89430C; }
p { color: rgb(137,67,12); }
H1.HeaderClassName
{
color: #89430C;
}
.AnyTagClassName
{
color: #89430C;
}
</style>
background-color css
<style>
a { background-color: #89430C; }
a { background-color: rgb(137,67,12); }
div.DivClassName
{
background-color: #89430C;
}
.BgClassName
{
background-color: #89430C;
}
</style>
border-color css
<style>
span { border-color: #89430C; }
span { border-color: rgb(137,67,12); }
td.TdClassName
{
border-color: #89430C;
}
.TagClassName
{
border-color: #89430C;
}
</style>