#90795A

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

Shades of Pale Brown #90795A

Tints of Pale Brown #90795A

Color information

#90795A (or 0x90795A) is unknown color: approx Pale Brown. HEX triplet: 90, 79 and 5A. RGB value is (144,121,90). Sum of RGB (Red+Green+Blue) = 144+121+90=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #90795A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90795A is #6F86A5. Grayscale: #7C7C7C. Windows color (decimal): -7308966 or 5929360. OLE color: 5929360.

HSL color Cylindrical-coordinate representation of color #90795A: hue angle of 34.44º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90795A is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB14412190-
CMYK00.160.370.44
HSL34.44º23.08%45.88%-
HSV(B)34.44º37.5%56.47%-
XYZ20.1820.3412.54-
YUV124.34108.62142.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.56%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=40.56%
G=34.08%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441219000.160.370.4434.4423.0845.88
Hex90795A010252C22172e
Octal2201711320204554422756
Binary100100001111001101101001000010010110110010001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90795A; }

 p { color: rgb(144,121,90); }

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

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

 a { background-color: rgb(144,121,90); }

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

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

 span { border-color: rgb(144,121,90); }

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