#90490D

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

Shades of Saddle Brown #90490D

Tints of Saddle Brown #90490D

Color information

#90490D (or 0x90490D) is unknown color: approx Saddle Brown. HEX triplet: 90, 49 and 0D. RGB value is (144,73,13). Sum of RGB (Red+Green+Blue) = 144+73+13=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #90490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90490D is #6FB6F2. Grayscale: #575757. Windows color (decimal): -7321331 or 870800. OLE color: 870800.

HSL color Cylindrical-coordinate representation of color #90490D: hue angle of 27.48º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90490D is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB1447313-
CMYK00.490.910.44
HSL27.48º83.44%30.78%-
HSV(B)27.48º90.97%56.47%-
XYZ13.9610.721.71-
YUV87.3986.02168.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 62.61%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 13 (5.47% from 255) = 5.65%
R=62.61%
G=31.74%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144731300.490.910.4427.4883.4430.78
Hex9049D0315B2C1b531f
Octal22011115061133543312337
Binary10010000100100111010110001101101110110011011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90490D; }

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

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

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

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

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

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

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

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