Shades of Saddle Brown #98430E
Tints of Saddle Brown #98430E
RGB
CMYK
RGB Variations
Color information
#98430E (or 0x98430E) is known color: Saddle Brown. HEX triplet: 98, 43 and 0E. RGB value is (152,67,14). Sum of RGB (Red+Green+Blue) = 152+67+14=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #98430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98430E is #67BCF1. Grayscale: #565656. Windows color (decimal): -6798578 or 934808. OLE color: 934808.
HSL color Cylindrical-coordinate representation of color #98430E: hue angle of 23.04º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98430E is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 14 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.40 |
| HSL | 23.04º | 0.83% | 0.33% | - |
| HSV(B) | 23.04º | 0.91% | 0.6% | - |
| XYZ | 15.04 | 10.72 | 1.69 | - |
| YUV | 86.37 | 87.16 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 14 | 0 | 0.56 | 0.91 | 0.40 | 23.04 | 0.83 | 0.33 |
| Hex | 98 | 43 | E | 0 | 38 | 5B | 28 | 17 | 53 | 21 |
| Octal | 230 | 103 | 16 | 0 | 70 | 133 | 50 | 27 | 123 | 41 |
| Binary | 10011000 | 1000011 | 1110 | 0 | 111000 | 1011011 | 101000 | 10111 | 1010011 | 100001 |
Color Harmonies of #98430E
Complementary color
Monochromatic Colors of #98430E
Black with #98430E
Text Example
Text Example
White with #98430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98430E; }
p { color: rgb(152,67,14); }
H1.HeaderClassName
{
color: #98430E;
}
.AnyTagClassName
{
color: #98430E;
}
</style>
background-color css
<style>
a { background-color: #98430E; }
a { background-color: rgb(152,67,14); }
div.DivClassName
{
background-color: #98430E;
}
.BgClassName
{
background-color: #98430E;
}
</style>
border-color css
<style>
span { border-color: #98430E; }
span { border-color: rgb(152,67,14); }
td.TdClassName
{
border-color: #98430E;
}
.TagClassName
{
border-color: #98430E;
}
</style>