#90724A

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

Shades of Pale Brown #90724A

Tints of Pale Brown #90724A

Color information

#90724A (or 0x90724A) is unknown color: approx Pale Brown. HEX triplet: 90, 72 and 4A. RGB value is (144,114,74). Sum of RGB (Red+Green+Blue) = 144+114+74=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #90724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90724A is #6F8DB5. Grayscale: #767676. Windows color (decimal): -7310774 or 4878992. OLE color: 4878992.

HSL color Cylindrical-coordinate representation of color #90724A: hue angle of 34.29º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90724A is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB14411474-
CMYK00.210.490.44
HSL34.29º32.11%42.75%-
HSV(B)34.29º48.61%56.47%-
XYZ18.7518.469.05-
YUV118.41102.94146.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.37%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=43.37%
G=34.34%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441147400.210.490.4434.2932.1142.75
Hex90724A015312C22202b
Octal2201621120256154424053
Binary1001000011100101001010010101110001101100100010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,114,74); }

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

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

 a { background-color: rgb(144,114,74); }

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

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

 span { border-color: rgb(144,114,74); }

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