Shades of Saddle Brown #954F03
Tints of Saddle Brown #954F03
RGB
CMYK
RGB Variations
Color information
#954F03 (or 0x954F03) is known color: Saddle Brown. HEX triplet: 95, 4F and 03. RGB value is (149,79,3). Sum of RGB (Red+Green+Blue) = 149+79+3=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #954F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954F03 is #6AB0FC. Grayscale: #5B5B5B. Windows color (decimal): -6992125 or 216981. OLE color: 216981.
HSL color Cylindrical-coordinate representation of color #954F03: hue angle of 31.23º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #954F03 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 3 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.42 |
| HSL | 31.23º | 0.96% | 0.3% | - |
| HSV(B) | 31.23º | 0.98% | 0.58% | - |
| XYZ | 15.21 | 11.99 | 1.6 | - |
| YUV | 91.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 3 | 0 | 0.47 | 0.98 | 0.42 | 31.23 | 0.96 | 0.3 |
| Hex | 95 | 4F | 3 | 0 | 2F | 62 | 2A | 1F | 60 | 1E |
| Octal | 225 | 117 | 3 | 0 | 57 | 142 | 52 | 37 | 140 | 36 |
| Binary | 10010101 | 1001111 | 11 | 0 | 101111 | 1100010 | 101010 | 11111 | 1100000 | 11110 |
Color Harmonies of #954F03
Complementary color
Monochromatic Colors of #954F03
Black with #954F03
Text Example
Text Example
White with #954F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F03; }
p { color: rgb(149,79,3); }
H1.HeaderClassName
{
color: #954F03;
}
.AnyTagClassName
{
color: #954F03;
}
</style>
background-color css
<style>
a { background-color: #954F03; }
a { background-color: rgb(149,79,3); }
div.DivClassName
{
background-color: #954F03;
}
.BgClassName
{
background-color: #954F03;
}
</style>
border-color css
<style>
span { border-color: #954F03; }
span { border-color: rgb(149,79,3); }
td.TdClassName
{
border-color: #954F03;
}
.TagClassName
{
border-color: #954F03;
}
</style>