#95893D

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

Shades of Highball #95893D

Tints of Highball #95893D

Color information

#95893D (or 0x95893D) is unknown color: approx Highball. HEX triplet: 95, 89 and 3D. RGB value is (149,137,61). Sum of RGB (Red+Green+Blue) = 149+137+61=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #95893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95893D is #6A76C2. Grayscale: #848484. Windows color (decimal): -6977219 or 4032917. OLE color: 4032917.

HSL color Cylindrical-coordinate representation of color #95893D: hue angle of 51.82º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95893D is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB14913761-
CMYK00.080.590.42
HSL51.82º41.9%41.18%-
HSV(B)51.82º59.06%58.43%-
XYZ22.1824.628-
YUV131.9287.98140.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 137 (53.91% from 255) = 39.48%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=42.94%
G=39.48%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491376100.080.590.4251.8241.941.18
Hex95893D083B2A342a29
Octal225211750107352645251
Binary100101011000100111110101000111011101010110100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95893D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95893D; }

 p { color: rgb(149,137,61); }

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

<style>
 a { background-color: #95893D; }

 a { background-color: rgb(149,137,61); }

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

<style>
 span { border-color: #95893D; }

 span { border-color: rgb(149,137,61); }

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