#908D52

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

Shades of Highball #908D52

Tints of Highball #908D52

Color information

#908D52 (or 0x908D52) is unknown color: approx Highball. HEX triplet: 90, 8D and 52. RGB value is (144,141,82). Sum of RGB (Red+Green+Blue) = 144+141+82=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 144 - color contains mainly: red. Hex color #908D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D52 is #6F72AD. Grayscale: #878787. Windows color (decimal): -7303854 or 5410192. OLE color: 5410192.

HSL color Cylindrical-coordinate representation of color #908D52: hue angle of 57.1º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #908D52 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB14414182-
CMYK00.020.430.44
HSL57.1º27.43%44.31%-
HSV(B)57.1º43.06%56.47%-
XYZ22.5525.5911.73-
YUV135.1797.99134.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.24%
GREEN value IS 141 (55.47% from 255) = 38.42%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=39.24%
G=38.42%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441418200.020.430.4457.127.4344.31
Hex908D52022B2C391b2c
Octal220215122025354713354
Binary1001000010001101101001001010101110110011100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908D52; }

 p { color: rgb(144,141,82); }

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

<style>
 a { background-color: #908D52; }

 a { background-color: rgb(144,141,82); }

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

<style>
 span { border-color: #908D52; }

 span { border-color: rgb(144,141,82); }

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