Shades of Saddle Brown #96430F
Tints of Saddle Brown #96430F
RGB
CMYK
RGB Variations
Color information
#96430F (or 0x96430F) is known color: Saddle Brown. HEX triplet: 96, 43 and 0F. RGB value is (150,67,15). Sum of RGB (Red+Green+Blue) = 150+67+15=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #96430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96430F is #69BCF0. Grayscale: #565656. Windows color (decimal): -6929649 or 1000342. OLE color: 1000342.
HSL color Cylindrical-coordinate representation of color #96430F: hue angle of 23.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96430F is Cyan = 0, Magento = 0.55, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 15 | - |
| CMYK | 0 | 0.55 | 0.9 | 0.41 |
| HSL | 23.11º | 0.82% | 0.32% | - |
| HSV(B) | 23.11º | 0.9% | 0.59% | - |
| XYZ | 14.67 | 10.53 | 1.71 | - |
| YUV | 85.89 | 88 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 15 | 0 | 0.55 | 0.9 | 0.41 | 23.11 | 0.82 | 0.32 |
| Hex | 96 | 43 | F | 0 | 37 | 5A | 29 | 17 | 52 | 20 |
| Octal | 226 | 103 | 17 | 0 | 67 | 132 | 51 | 27 | 122 | 40 |
| Binary | 10010110 | 1000011 | 1111 | 0 | 110111 | 1011010 | 101001 | 10111 | 1010010 | 100000 |
Color Harmonies of #96430F
Complementary color
Monochromatic Colors of #96430F
Black with #96430F
Text Example
Text Example
White with #96430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96430F; }
p { color: rgb(150,67,15); }
H1.HeaderClassName
{
color: #96430F;
}
.AnyTagClassName
{
color: #96430F;
}
</style>
background-color css
<style>
a { background-color: #96430F; }
a { background-color: rgb(150,67,15); }
div.DivClassName
{
background-color: #96430F;
}
.BgClassName
{
background-color: #96430F;
}
</style>
border-color css
<style>
span { border-color: #96430F; }
span { border-color: rgb(150,67,15); }
td.TdClassName
{
border-color: #96430F;
}
.TagClassName
{
border-color: #96430F;
}
</style>