Shades of Saddle Brown #905204
Tints of Saddle Brown #905204
RGB
CMYK
RGB Variations
Color information
#905204 (or 0x905204) is known color: Saddle Brown. HEX triplet: 90, 52 and 04. RGB value is (144,82,4). Sum of RGB (Red+Green+Blue) = 144+82+4=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #905204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905204 is #6FADFB. Grayscale: #5C5C5C. Windows color (decimal): -7319036 or 283280. OLE color: 283280.
HSL color Cylindrical-coordinate representation of color #905204: hue angle of 33.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #905204 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 4 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.44 |
| HSL | 33.43º | 0.95% | 0.29% | - |
| HSV(B) | 33.43º | 0.97% | 0.56% | - |
| XYZ | 14.54 | 11.97 | 1.66 | - |
| YUV | 91.65 | 78.54 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 4 | 0 | 0.43 | 0.97 | 0.44 | 33.43 | 0.95 | 0.29 |
| Hex | 90 | 52 | 4 | 0 | 2B | 61 | 2C | 21 | 5F | 1D |
| Octal | 220 | 122 | 4 | 0 | 53 | 141 | 54 | 41 | 137 | 35 |
| Binary | 10010000 | 1010010 | 100 | 0 | 101011 | 1100001 | 101100 | 100001 | 1011111 | 11101 |
Color Harmonies of #905204
Complementary color
Monochromatic Colors of #905204
Black with #905204
Text Example
Text Example
White with #905204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905204; }
p { color: rgb(144,82,4); }
H1.HeaderClassName
{
color: #905204;
}
.AnyTagClassName
{
color: #905204;
}
</style>
background-color css
<style>
a { background-color: #905204; }
a { background-color: rgb(144,82,4); }
div.DivClassName
{
background-color: #905204;
}
.BgClassName
{
background-color: #905204;
}
</style>
border-color css
<style>
span { border-color: #905204; }
span { border-color: rgb(144,82,4); }
td.TdClassName
{
border-color: #905204;
}
.TagClassName
{
border-color: #905204;
}
</style>