#908C52

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

Shades of Highball #908C52

Tints of Highball #908C52

Color information

#908C52 (or 0x908C52) is unknown color: approx Highball. HEX triplet: 90, 8C and 52. RGB value is (144,140,82). Sum of RGB (Red+Green+Blue) = 144+140+82=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 144 - color contains mainly: red. Hex color #908C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C52 is #6F73AD. Grayscale: #868686. Windows color (decimal): -7304110 or 5409936. OLE color: 5409936.

HSL color Cylindrical-coordinate representation of color #908C52: hue angle of 56.13º 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 #908C52 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB14414082-
CMYK00.030.430.44
HSL56.13º27.43%44.31%-
HSV(B)56.13º43.06%56.47%-
XYZ22.425.2911.68-
YUV134.5898.33134.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.34%
GREEN value IS 140 (55.08% from 255) = 38.25%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=39.34%
G=38.25%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441408200.030.430.4456.1327.4344.31
Hex908C52032B2C381b2c
Octal220214122035354703354
Binary1001000010001100101001001110101110110011100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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