#90490E

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

Shades of Saddle Brown #90490E

Tints of Saddle Brown #90490E

Color information

#90490E (or 0x90490E) is unknown color: approx Saddle Brown. HEX triplet: 90, 49 and 0E. RGB value is (144,73,14). Sum of RGB (Red+Green+Blue) = 144+73+14=231 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.34% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 144 - color contains mainly: red. Hex color #90490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90490E is #6FB6F1. Grayscale: #575757. Windows color (decimal): -7321330 or 936336. OLE color: 936336.

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

Color convert

RGB1447314-
CMYK00.490.900.44
HSL27.23º82.28%30.98%-
HSV(B)27.23º90.28%56.47%-
XYZ13.9610.731.75-
YUV87.586.52168.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 62.34%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=62.34%
G=31.60%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144731400.490.900.4427.2382.2830.98
Hex9049E0315A2C1b521f
Octal22011116061132543312237
Binary10010000100100111100110001101101010110011011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90490E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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