#95884B

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

Shades of Highball #95884B

Tints of Highball #95884B

Color information

#95884B (or 0x95884B) is unknown color: approx Highball. HEX triplet: 95, 88 and 4B. RGB value is (149,136,75). Sum of RGB (Red+Green+Blue) = 149+136+75=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95884B is #6A77B4. Grayscale: #858585. Windows color (decimal): -6977461 or 4950165. OLE color: 4950165.

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

Color convert

RGB14913675-
CMYK00.090.500.42
HSL49.46º33.04%43.92%-
HSV(B)49.46º49.66%58.43%-
XYZ22.4724.5110.2-
YUV132.9395.31139.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 136 (53.52% from 255) = 37.78%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=41.39%
G=37.78%
B=20.83%

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
Decimal1491367500.090.500.4249.4633.0443.92
Hex95884B09322A31212c
Octal2252101130116252614154
Binary1001010110001000100101101001110010101010110001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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