#90704F

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

Shades of Pale Brown #90704F

Tints of Pale Brown #90704F

Color information

#90704F (or 0x90704F) is unknown color: approx Pale Brown. HEX triplet: 90, 70 and 4F. RGB value is (144,112,79). Sum of RGB (Red+Green+Blue) = 144+112+79=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90704F is #6F8FB0. Grayscale: #757575. Windows color (decimal): -7311281 or 5206160. OLE color: 5206160.

HSL color Cylindrical-coordinate representation of color #90704F: hue angle of 30.46º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90704F is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB14411279-
CMYK00.220.450.44
HSL30.46º29.15%43.73%-
HSV(B)30.46º45.14%56.47%-
XYZ18.7118.089.9-
YUV117.81106.1146.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.99%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 79 (31.25% from 255) = 23.58%
R=42.99%
G=33.43%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441127900.220.450.4430.4629.1543.73
Hex90704F0162D2C1e1d2c
Octal2201601170265554363554
Binary10010000111000010011110101101011011011001111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90704F; }

 p { color: rgb(144,112,79); }

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

<style>
 a { background-color: #90704F; }

 a { background-color: rgb(144,112,79); }

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

<style>
 span { border-color: #90704F; }

 span { border-color: rgb(144,112,79); }

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