Shades of Saddle Brown #99431C
Tints of Saddle Brown #99431C
RGB
CMYK
RGB Variations
Color information
#99431C (or 0x99431C) is known color: Saddle Brown. HEX triplet: 99, 43 and 1C. RGB value is (153,67,28). Sum of RGB (Red+Green+Blue) = 153+67+28=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #99431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99431C is #66BCE3. Grayscale: #585858. Windows color (decimal): -6733028 or 1852313. OLE color: 1852313.
HSL color Cylindrical-coordinate representation of color #99431C: hue angle of 18.72º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99431C is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 28 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.4 |
| HSL | 18.72º | 0.69% | 0.35% | - |
| HSV(B) | 18.72º | 0.82% | 0.6% | - |
| XYZ | 15.35 | 10.87 | 2.39 | - |
| YUV | 88.27 | 93.99 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 28 | 0 | 0.56 | 0.82 | 0.4 | 18.72 | 0.69 | 0.35 |
| Hex | 99 | 43 | 1C | 0 | 38 | 52 | 28 | 13 | 45 | 23 |
| Octal | 231 | 103 | 34 | 0 | 70 | 122 | 50 | 23 | 105 | 43 |
| Binary | 10011001 | 1000011 | 11100 | 0 | 111000 | 1010010 | 101000 | 10011 | 1000101 | 100011 |
Color Harmonies of #99431C
Complementary color
Monochromatic Colors of #99431C
Black with #99431C
Text Example
Text Example
White with #99431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99431C; }
p { color: rgb(153,67,28); }
H1.HeaderClassName
{
color: #99431C;
}
.AnyTagClassName
{
color: #99431C;
}
</style>
background-color css
<style>
a { background-color: #99431C; }
a { background-color: rgb(153,67,28); }
div.DivClassName
{
background-color: #99431C;
}
.BgClassName
{
background-color: #99431C;
}
</style>
border-color css
<style>
span { border-color: #99431C; }
span { border-color: rgb(153,67,28); }
td.TdClassName
{
border-color: #99431C;
}
.TagClassName
{
border-color: #99431C;
}
</style>