Shades of Saddle Brown #98430F
Tints of Saddle Brown #98430F
RGB
CMYK
RGB Variations
Color information
#98430F (or 0x98430F) is known color: Saddle Brown. HEX triplet: 98, 43 and 0F. RGB value is (152,67,15). Sum of RGB (Red+Green+Blue) = 152+67+15=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #98430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98430F is #67BCF0. Grayscale: #565656. Windows color (decimal): -6798577 or 1000344. OLE color: 1000344.
HSL color Cylindrical-coordinate representation of color #98430F: hue angle of 22.77º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98430F is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 15 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.40 |
| HSL | 22.77º | 0.82% | 0.33% | - |
| HSV(B) | 22.77º | 0.9% | 0.6% | - |
| XYZ | 15.04 | 10.72 | 1.73 | - |
| YUV | 86.49 | 87.66 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 15 | 0 | 0.56 | 0.90 | 0.40 | 22.77 | 0.82 | 0.33 |
| Hex | 98 | 43 | F | 0 | 38 | 5A | 28 | 17 | 52 | 21 |
| Octal | 230 | 103 | 17 | 0 | 70 | 132 | 50 | 27 | 122 | 41 |
| Binary | 10011000 | 1000011 | 1111 | 0 | 111000 | 1011010 | 101000 | 10111 | 1010010 | 100001 |
Color Harmonies of #98430F
Complementary color
Monochromatic Colors of #98430F
Black with #98430F
Text Example
Text Example
White with #98430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98430F; }
p { color: rgb(152,67,15); }
H1.HeaderClassName
{
color: #98430F;
}
.AnyTagClassName
{
color: #98430F;
}
</style>
background-color css
<style>
a { background-color: #98430F; }
a { background-color: rgb(152,67,15); }
div.DivClassName
{
background-color: #98430F;
}
.BgClassName
{
background-color: #98430F;
}
</style>
border-color css
<style>
span { border-color: #98430F; }
span { border-color: rgb(152,67,15); }
td.TdClassName
{
border-color: #98430F;
}
.TagClassName
{
border-color: #98430F;
}
</style>