Shades of Saddle Brown #9A4203
Tints of Saddle Brown #9A4203
RGB
CMYK
RGB Variations
Color information
#9A4203 (or 0x9A4203) is known color: Saddle Brown. HEX triplet: 9A, 42 and 03. RGB value is (154,66,3). Sum of RGB (Red+Green+Blue) = 154+66+3=223 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.06% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4203 is #65BDFC. Grayscale: #555555. Windows color (decimal): -6667773 or 213658. OLE color: 213658.
HSL color Cylindrical-coordinate representation of color #9A4203: hue angle of 25.03º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A4203 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 66 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.40 |
| HSL | 25.03º | 0.96% | 0.31% | - |
| HSV(B) | 25.03º | 0.98% | 0.6% | - |
| XYZ | 15.29 | 10.77 | 1.36 | - |
| YUV | 85.13 | 81.65 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 66 | 3 | 0 | 0.57 | 0.98 | 0.40 | 25.03 | 0.96 | 0.31 |
| Hex | 9A | 42 | 3 | 0 | 39 | 62 | 28 | 19 | 60 | 1F |
| Octal | 232 | 102 | 3 | 0 | 71 | 142 | 50 | 31 | 140 | 37 |
| Binary | 10011010 | 1000010 | 11 | 0 | 111001 | 1100010 | 101000 | 11001 | 1100000 | 11111 |
Color Harmonies of #9A4203
Complementary color
Monochromatic Colors of #9A4203
Black with #9A4203
Text Example
Text Example
White with #9A4203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4203; }
p { color: rgb(154,66,3); }
H1.HeaderClassName
{
color: #9A4203;
}
.AnyTagClassName
{
color: #9A4203;
}
</style>
background-color css
<style>
a { background-color: #9A4203; }
a { background-color: rgb(154,66,3); }
div.DivClassName
{
background-color: #9A4203;
}
.BgClassName
{
background-color: #9A4203;
}
</style>
border-color css
<style>
span { border-color: #9A4203; }
span { border-color: rgb(154,66,3); }
td.TdClassName
{
border-color: #9A4203;
}
.TagClassName
{
border-color: #9A4203;
}
</style>