Shades of Saddle Brown #99430F
Tints of Saddle Brown #99430F
RGB
CMYK
RGB Variations
Color information
#99430F (or 0x99430F) is known color: Saddle Brown. HEX triplet: 99, 43 and 0F. RGB value is (153,67,15). Sum of RGB (Red+Green+Blue) = 153+67+15=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #99430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99430F is #66BCF0. Grayscale: #575757. Windows color (decimal): -6733041 or 1000345. OLE color: 1000345.
HSL color Cylindrical-coordinate representation of color #99430F: hue angle of 22.61º 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 #99430F is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 15 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.4 |
| HSL | 22.61º | 0.82% | 0.33% | - |
| HSV(B) | 22.61º | 0.9% | 0.6% | - |
| XYZ | 15.23 | 10.82 | 1.74 | - |
| YUV | 86.79 | 87.49 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 15 | 0 | 0.56 | 0.90 | 0.4 | 22.61 | 0.82 | 0.33 |
| Hex | 99 | 43 | F | 0 | 38 | 5A | 28 | 17 | 52 | 21 |
| Octal | 231 | 103 | 17 | 0 | 70 | 132 | 50 | 27 | 122 | 41 |
| Binary | 10011001 | 1000011 | 1111 | 0 | 111000 | 1011010 | 101000 | 10111 | 1010010 | 100001 |
Color Harmonies of #99430F
Complementary color
Monochromatic Colors of #99430F
Black with #99430F
Text Example
Text Example
White with #99430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99430F; }
p { color: rgb(153,67,15); }
H1.HeaderClassName
{
color: #99430F;
}
.AnyTagClassName
{
color: #99430F;
}
</style>
background-color css
<style>
a { background-color: #99430F; }
a { background-color: rgb(153,67,15); }
div.DivClassName
{
background-color: #99430F;
}
.BgClassName
{
background-color: #99430F;
}
</style>
border-color css
<style>
span { border-color: #99430F; }
span { border-color: rgb(153,67,15); }
td.TdClassName
{
border-color: #99430F;
}
.TagClassName
{
border-color: #99430F;
}
</style>