Shades of Saddle Brown #905314
Tints of Saddle Brown #905314
RGB
CMYK
RGB Variations
Color information
#905314 (or 0x905314) is known color: Saddle Brown. HEX triplet: 90, 53 and 14. RGB value is (144,83,20). Sum of RGB (Red+Green+Blue) = 144+83+20=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #905314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905314 is #6FACEB. Grayscale: #5E5E5E. Windows color (decimal): -7318764 or 1332112. OLE color: 1332112.
HSL color Cylindrical-coordinate representation of color #905314: hue angle of 30.48º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #905314 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 20 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.44 |
| HSL | 30.48º | 0.76% | 0.32% | - |
| HSV(B) | 30.48º | 0.86% | 0.56% | - |
| XYZ | 14.72 | 12.17 | 2.23 | - |
| YUV | 94.06 | 86.21 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 20 | 0 | 0.42 | 0.86 | 0.44 | 30.48 | 0.76 | 0.32 |
| Hex | 90 | 53 | 14 | 0 | 2A | 56 | 2C | 1E | 4C | 20 |
| Octal | 220 | 123 | 24 | 0 | 52 | 126 | 54 | 36 | 114 | 40 |
| Binary | 10010000 | 1010011 | 10100 | 0 | 101010 | 1010110 | 101100 | 11110 | 1001100 | 100000 |
Color Harmonies of #905314
Complementary color
Monochromatic Colors of #905314
Black with #905314
Text Example
Text Example
White with #905314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905314; }
p { color: rgb(144,83,20); }
H1.HeaderClassName
{
color: #905314;
}
.AnyTagClassName
{
color: #905314;
}
</style>
background-color css
<style>
a { background-color: #905314; }
a { background-color: rgb(144,83,20); }
div.DivClassName
{
background-color: #905314;
}
.BgClassName
{
background-color: #905314;
}
</style>
border-color css
<style>
span { border-color: #905314; }
span { border-color: rgb(144,83,20); }
td.TdClassName
{
border-color: #905314;
}
.TagClassName
{
border-color: #905314;
}
</style>