#90461E

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

Shades of Saddle Brown #90461E

Tints of Saddle Brown #90461E

Color information

#90461E (or 0x90461E) is unknown color: approx Saddle Brown. HEX triplet: 90, 46 and 1E. RGB value is (144,70,30). Sum of RGB (Red+Green+Blue) = 144+70+30=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #90461E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90461E is #6FB9E1. Grayscale: #575757. Windows color (decimal): -7322082 or 1984144. OLE color: 1984144.

HSL color Cylindrical-coordinate representation of color #90461E: hue angle of 21.05º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90461E is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB1447030-
CMYK00.510.790.44
HSL21.05º65.52%34.12%-
HSV(B)21.05º79.17%56.47%-
XYZ13.9310.42.5-
YUV87.5795.52168.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.02%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=59.02%
G=28.69%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144703000.510.790.4421.0565.5234.12
Hex90461E0334F2C154222
Octal22010636063117542510242
Binary1001000010001101111001100111001111101100101011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,70,30); }

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

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

 a { background-color: rgb(144,70,30); }

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

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

 span { border-color: rgb(144,70,30); }

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