#90704B

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

Shades of Pale Brown #90704B

Tints of Pale Brown #90704B

Color information

#90704B (or 0x90704B) is unknown color: approx Pale Brown. HEX triplet: 90, 70 and 4B. RGB value is (144,112,75). Sum of RGB (Red+Green+Blue) = 144+112+75=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #90704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90704B is #6F8FB4. Grayscale: #757575. Windows color (decimal): -7311285 or 4944016. OLE color: 4944016.

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

Color convert

RGB14411275-
CMYK00.220.480.44
HSL32.17º31.51%42.94%-
HSV(B)32.17º47.92%56.47%-
XYZ18.5718.039.16-
YUV117.35104.1147.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.50%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=43.50%
G=33.84%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441127500.220.480.4432.1731.5142.94
Hex90704B016302C20202b
Octal2201601130266054404053
Binary1001000011100001001011010110110000101100100000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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