#90775A

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

Shades of Pale Brown #90775A

Tints of Pale Brown #90775A

Color information

#90775A (or 0x90775A) is unknown color: approx Pale Brown. HEX triplet: 90, 77 and 5A. RGB value is (144,119,90). Sum of RGB (Red+Green+Blue) = 144+119+90=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #90775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90775A is #6F88A5. Grayscale: #7B7B7B. Windows color (decimal): -7309478 or 5928848. OLE color: 5928848.

HSL color Cylindrical-coordinate representation of color #90775A: hue angle of 32.22º 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 #90775A is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB14411990-
CMYK00.170.370.44
HSL32.22º23.08%45.88%-
HSV(B)32.22º37.5%56.47%-
XYZ19.9419.8612.46-
YUV123.17109.28142.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=40.79%
G=33.71%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441199000.170.370.4432.2223.0845.88
Hex90775A011252C20172e
Octal2201671320214554402756
Binary100100001110111101101001000110010110110010000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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