#95803B

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

Shades of Highball #95803B

Tints of Highball #95803B

Color information

#95803B (or 0x95803B) is unknown color: approx Highball. HEX triplet: 95, 80 and 3B. RGB value is (149,128,59). Sum of RGB (Red+Green+Blue) = 149+128+59=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #95803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95803B is #6A7FC4. Grayscale: #7E7E7E. Windows color (decimal): -6979525 or 3899541. OLE color: 3899541.

HSL color Cylindrical-coordinate representation of color #95803B: hue angle of 46º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95803B is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14912859-
CMYK00.140.600.42
HSL46º43.27%40.78%-
HSV(B)46º60.4%58.43%-
XYZ20.922.147.31-
YUV126.4189.96144.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 128 (50.39% from 255) = 38.10%
BLUE value IS 59 (23.44% from 255) = 17.56%
R=44.35%
G=38.10%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491285900.140.600.424643.2740.78
Hex95803B0E3C2A2e2b29
Octal225200730167452565351
Binary100101011000000011101101110111100101010101110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,128,59); }

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

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

 a { background-color: rgb(149,128,59); }

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

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

 span { border-color: rgb(149,128,59); }

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