Shades of Saddle Brown #954D02
Tints of Saddle Brown #954D02
RGB
CMYK
RGB Variations
Color information
#954D02 (or 0x954D02) is known color: Saddle Brown. HEX triplet: 95, 4D and 02. RGB value is (149,77,2). Sum of RGB (Red+Green+Blue) = 149+77+2=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #954D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954D02 is #6AB2FD. Grayscale: #5A5A5A. Windows color (decimal): -6992638 or 150933. OLE color: 150933.
HSL color Cylindrical-coordinate representation of color #954D02: hue angle of 30.61º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #954D02 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 2 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.42 |
| HSL | 30.61º | 0.97% | 0.3% | - |
| HSV(B) | 30.61º | 0.99% | 0.58% | - |
| XYZ | 15.06 | 11.7 | 1.52 | - |
| YUV | 89.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 2 | 0 | 0.48 | 0.99 | 0.42 | 30.61 | 0.97 | 0.3 |
| Hex | 95 | 4D | 2 | 0 | 30 | 63 | 2A | 1F | 61 | 1E |
| Octal | 225 | 115 | 2 | 0 | 60 | 143 | 52 | 37 | 141 | 36 |
| Binary | 10010101 | 1001101 | 10 | 0 | 110000 | 1100011 | 101010 | 11111 | 1100001 | 11110 |
Color Harmonies of #954D02
Complementary color
Monochromatic Colors of #954D02
Black with #954D02
Text Example
Text Example
White with #954D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D02; }
p { color: rgb(149,77,2); }
H1.HeaderClassName
{
color: #954D02;
}
.AnyTagClassName
{
color: #954D02;
}
</style>
background-color css
<style>
a { background-color: #954D02; }
a { background-color: rgb(149,77,2); }
div.DivClassName
{
background-color: #954D02;
}
.BgClassName
{
background-color: #954D02;
}
</style>
border-color css
<style>
span { border-color: #954D02; }
span { border-color: rgb(149,77,2); }
td.TdClassName
{
border-color: #954D02;
}
.TagClassName
{
border-color: #954D02;
}
</style>