#95874A

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

Shades of Highball #95874A

Tints of Highball #95874A

Color information

#95874A (or 0x95874A) is unknown color: approx Highball. HEX triplet: 95, 87 and 4A. RGB value is (149,135,74). Sum of RGB (Red+Green+Blue) = 149+135+74=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95874A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95874A is #6A78B5. Grayscale: #848484. Windows color (decimal): -6977718 or 4884373. OLE color: 4884373.

HSL color Cylindrical-coordinate representation of color #95874A: hue angle of 48.8º 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 #95874A is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14913574-
CMYK00.090.500.42
HSL48.8º33.63%43.73%-
HSV(B)48.8º50.34%58.43%-
XYZ22.2924.219.98-
YUV132.2395.14139.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 135 (53.12% from 255) = 37.71%
BLUE value IS 74 (29.30% from 255) = 20.67%
R=41.62%
G=37.71%
B=20.67%

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
Decimal1491357400.090.500.4248.833.6343.73
Hex95874A09322A31222c
Octal2252071120116252614254
Binary1001010110000111100101001001110010101010110001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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