Shades of Saddle Brown #954E03
Tints of Saddle Brown #954E03
RGB
CMYK
RGB Variations
Color information
#954E03 (or 0x954E03) is known color: Saddle Brown. HEX triplet: 95, 4E and 03. RGB value is (149,78,3). Sum of RGB (Red+Green+Blue) = 149+78+3=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #954E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954E03 is #6AB1FC. Grayscale: #5B5B5B. Windows color (decimal): -6992381 or 216725. OLE color: 216725.
HSL color Cylindrical-coordinate representation of color #954E03: hue angle of 30.82º 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 #954E03 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 78 | 3 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.42 |
| HSL | 30.82º | 0.96% | 0.3% | - |
| HSV(B) | 30.82º | 0.98% | 0.58% | - |
| XYZ | 15.14 | 11.84 | 1.57 | - |
| YUV | 90.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 3 | 0 | 0.48 | 0.98 | 0.42 | 30.82 | 0.96 | 0.3 |
| Hex | 95 | 4E | 3 | 0 | 30 | 62 | 2A | 1F | 60 | 1E |
| Octal | 225 | 116 | 3 | 0 | 60 | 142 | 52 | 37 | 140 | 36 |
| Binary | 10010101 | 1001110 | 11 | 0 | 110000 | 1100010 | 101010 | 11111 | 1100000 | 11110 |
Color Harmonies of #954E03
Complementary color
Monochromatic Colors of #954E03
Black with #954E03
Text Example
Text Example
White with #954E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954E03; }
p { color: rgb(149,78,3); }
H1.HeaderClassName
{
color: #954E03;
}
.AnyTagClassName
{
color: #954E03;
}
</style>
background-color css
<style>
a { background-color: #954E03; }
a { background-color: rgb(149,78,3); }
div.DivClassName
{
background-color: #954E03;
}
.BgClassName
{
background-color: #954E03;
}
</style>
border-color css
<style>
span { border-color: #954E03; }
span { border-color: rgb(149,78,3); }
td.TdClassName
{
border-color: #954E03;
}
.TagClassName
{
border-color: #954E03;
}
</style>