#904916

Color #904916 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #904916

Tints of Saddle Brown #904916

Color information

#904916 (or 0x904916) is unknown color: approx Saddle Brown. HEX triplet: 90, 49 and 16. RGB value is (144,73,22). Sum of RGB (Red+Green+Blue) = 144+73+22=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #904916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904916 is #6FB6E9. Grayscale: #585858. Windows color (decimal): -7321322 or 1460624. OLE color: 1460624.

HSL color Cylindrical-coordinate representation of color #904916: hue angle of 25.08º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #904916 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1447322-
CMYK00.490.850.44
HSL25.08º73.49%32.55%-
HSV(B)25.08º84.72%56.47%-
XYZ14.0310.752.1-
YUV88.4290.52167.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 60.25%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 22 (8.98% from 255) = 9.21%
R=60.25%
G=30.54%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144732200.490.850.4425.0873.4932.55
Hex904916031552C194921
Octal22011126061125543111141
Binary1001000010010011011001100011010101101100110011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904916; }

 p { color: rgb(144,73,22); }

 H1.HeaderClassName
 {
   color: #904916;
 }
 .AnyTagClassName
 {
   color: #904916;
 }
</style>
background-color css

<style>
 a { background-color: #904916; }

 a { background-color: rgb(144,73,22); }

 div.DivClassName
 {
   background-color: #904916;
 }
 .BgClassName
 {
   background-color: #904916;
 }
</style>
border-color css

<style>
 span { border-color: #904916; }

 span { border-color: rgb(144,73,22); }

 td.TdClassName
 {
   border-color: #904916;
 }
 .TagClassName
 {
   border-color: #904916;
 }
</style>