#95884A

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

Shades of Highball #95884A

Tints of Highball #95884A

Color information

#95884A (or 0x95884A) is unknown color: approx Highball. HEX triplet: 95, 88 and 4A. RGB value is (149,136,74). Sum of RGB (Red+Green+Blue) = 149+136+74=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95884A is #6A77B5. Grayscale: #858585. Windows color (decimal): -6977462 or 4884629. OLE color: 4884629.

HSL color Cylindrical-coordinate representation of color #95884A: hue angle of 49.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95884A is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14913674-
CMYK00.090.500.42
HSL49.6º33.63%43.73%-
HSV(B)49.6º50.34%58.43%-
XYZ22.4324.4910.02-
YUV132.8294.81139.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 136 (53.52% from 255) = 37.88%
BLUE value IS 74 (29.30% from 255) = 20.61%
R=41.50%
G=37.88%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491367400.090.500.4249.633.6343.73
Hex95884A09322A32222c
Octal2252101120116252624254
Binary1001010110001000100101001001110010101010110010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95884A; }

 p { color: rgb(149,136,74); }

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

<style>
 a { background-color: #95884A; }

 a { background-color: rgb(149,136,74); }

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

<style>
 span { border-color: #95884A; }

 span { border-color: rgb(149,136,74); }

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