#90795C

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

Shades of Pale Brown #90795C

Tints of Pale Brown #90795C

Color information

#90795C (or 0x90795C) is unknown color: approx Pale Brown. HEX triplet: 90, 79 and 5C. RGB value is (144,121,92). Sum of RGB (Red+Green+Blue) = 144+121+92=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #90795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90795C is #6F86A3. Grayscale: #7C7C7C. Windows color (decimal): -7308964 or 6060432. OLE color: 6060432.

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

Color convert

RGB14412192-
CMYK00.160.360.44
HSL33.46º22.03%46.27%-
HSV(B)33.46º36.11%56.47%-
XYZ20.2720.3812.99-
YUV124.57109.62141.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.34%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=40.34%
G=33.89%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441219200.160.360.4433.4622.0346.27
Hex90795C010242C21162e
Octal2201711340204454412656
Binary100100001111001101110001000010010010110010000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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