Shades of Saddle Brown #914D02
Tints of Saddle Brown #914D02
RGB
CMYK
RGB Variations
Color information
#914D02 (or 0x914D02) is known color: Saddle Brown. HEX triplet: 91, 4D and 02. RGB value is (145,77,2). Sum of RGB (Red+Green+Blue) = 145+77+2=224 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.73% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 145 - color contains mainly: red. Hex color #914D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914D02 is #6EB2FD. Grayscale: #595959. Windows color (decimal): -7254782 or 150929. OLE color: 150929.
HSL color Cylindrical-coordinate representation of color #914D02: hue angle of 31.47º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #914D02 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.43 |
| HSL | 31.47º | 0.97% | 0.29% | - |
| HSV(B) | 31.47º | 0.99% | 0.57% | - |
| XYZ | 14.34 | 11.33 | 1.49 | - |
| YUV | 88.78 | 79.03 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 2 | 0 | 0.47 | 0.99 | 0.43 | 31.47 | 0.97 | 0.29 |
| Hex | 91 | 4D | 2 | 0 | 2F | 63 | 2B | 1F | 61 | 1D |
| Octal | 221 | 115 | 2 | 0 | 57 | 143 | 53 | 37 | 141 | 35 |
| Binary | 10010001 | 1001101 | 10 | 0 | 101111 | 1100011 | 101011 | 11111 | 1100001 | 11101 |
Color Harmonies of #914D02
Complementary color
Monochromatic Colors of #914D02
Black with #914D02
Text Example
Text Example
White with #914D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D02; }
p { color: rgb(145,77,2); }
H1.HeaderClassName
{
color: #914D02;
}
.AnyTagClassName
{
color: #914D02;
}
</style>
background-color css
<style>
a { background-color: #914D02; }
a { background-color: rgb(145,77,2); }
div.DivClassName
{
background-color: #914D02;
}
.BgClassName
{
background-color: #914D02;
}
</style>
border-color css
<style>
span { border-color: #914D02; }
span { border-color: rgb(145,77,2); }
td.TdClassName
{
border-color: #914D02;
}
.TagClassName
{
border-color: #914D02;
}
</style>