#95803D

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

Shades of Highball #95803D

Tints of Highball #95803D

Color information

#95803D (or 0x95803D) is unknown color: approx Highball. HEX triplet: 95, 80 and 3D. RGB value is (149,128,61). Sum of RGB (Red+Green+Blue) = 149+128+61=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95803D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95803D is #6A7FC2. Grayscale: #7E7E7E. Windows color (decimal): -6979523 or 4030613. OLE color: 4030613.

HSL color Cylindrical-coordinate representation of color #95803D: hue angle of 45.68º 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 #95803D is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB14912861-
CMYK00.140.590.42
HSL45.68º41.9%41.18%-
HSV(B)45.68º59.06%58.43%-
XYZ20.9622.167.59-
YUV126.6490.96143.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 128 (50.39% from 255) = 37.87%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=44.08%
G=37.87%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491286100.140.590.4245.6841.941.18
Hex95803D0E3B2A2e2a29
Octal225200750167352565251
Binary100101011000000011110101110111011101010101110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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