#95924D

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

Shades of Highball #95924D

Tints of Highball #95924D

Color information

#95924D (or 0x95924D) is unknown color: approx Highball. HEX triplet: 95, 92 and 4D. RGB value is (149,146,77). Sum of RGB (Red+Green+Blue) = 149+146+77=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95924D is #6A6DB2. Grayscale: #8B8B8B. Windows color (decimal): -6974899 or 5083797. OLE color: 5083797.

HSL color Cylindrical-coordinate representation of color #95924D: hue angle of 57.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95924D is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14914677-
CMYK00.020.480.42
HSL57.5º31.86%44.31%-
HSV(B)57.5º48.32%58.43%-
XYZ24.0127.4811.06-
YUV139.0392.99135.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 77 (30.47% from 255) = 20.70%
R=40.05%
G=39.25%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491467700.020.480.4257.531.8644.31
Hex95924D02302A3a202c
Octal225222115026052724054
Binary10010101100100101001101010110000101010111010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95924D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,146,77); }

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

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

 a { background-color: rgb(149,146,77); }

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

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

 span { border-color: rgb(149,146,77); }

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