#90714C

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

Shades of Pale Brown #90714C

Tints of Pale Brown #90714C

Color information

#90714C (or 0x90714C) is unknown color: approx Pale Brown. HEX triplet: 90, 71 and 4C. RGB value is (144,113,76). Sum of RGB (Red+Green+Blue) = 144+113+76=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 144 - color contains mainly: red. Hex color #90714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90714C is #6F8EB3. Grayscale: #767676. Windows color (decimal): -7311028 or 5009808. OLE color: 5009808.

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

Color convert

RGB14411376-
CMYK00.220.470.44
HSL32.65º30.91%43.14%-
HSV(B)32.65º47.22%56.47%-
XYZ18.7118.269.38-
YUV118.05104.27146.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.24%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=43.24%
G=33.93%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441137600.220.470.4432.6530.9143.14
Hex90714C0162F2C211f2b
Octal2201611140265754413753
Binary100100001110001100110001011010111110110010000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,113,76); }

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

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

 a { background-color: rgb(144,113,76); }

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

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

 span { border-color: rgb(144,113,76); }

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