#90884B

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

Shades of Highball #90884B

Tints of Highball #90884B

Color information

#90884B (or 0x90884B) is unknown color: approx Highball. HEX triplet: 90, 88 and 4B. RGB value is (144,136,75). Sum of RGB (Red+Green+Blue) = 144+136+75=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #90884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90884B is #6F77B4. Grayscale: #838383. Windows color (decimal): -7305141 or 4950160. OLE color: 4950160.

HSL color Cylindrical-coordinate representation of color #90884B: hue angle of 53.04º 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 #90884B is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB14413675-
CMYK00.060.480.44
HSL53.04º31.51%42.94%-
HSV(B)53.04º47.92%56.47%-
XYZ21.5824.0510.16-
YUV131.4496.15136.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.56%
GREEN value IS 136 (53.52% from 255) = 38.31%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=40.56%
G=38.31%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441367500.060.480.4453.0431.5142.94
Hex90884B06302C35202b
Octal220210113066054654053
Binary100100001000100010010110110110000101100110101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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