#95843A

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

Shades of Highball #95843A

Tints of Highball #95843A

Color information

#95843A (or 0x95843A) is unknown color: approx Highball. HEX triplet: 95, 84 and 3A. RGB value is (149,132,58). Sum of RGB (Red+Green+Blue) = 149+132+58=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95843A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95843A is #6A7BC5. Grayscale: #808080. Windows color (decimal): -6978502 or 3835029. OLE color: 3835029.

HSL color Cylindrical-coordinate representation of color #95843A: hue angle of 48.79º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95843A is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14913258-
CMYK00.110.610.42
HSL48.79º43.96%40.59%-
HSV(B)48.79º61.07%58.43%-
XYZ21.4123.27.35-
YUV128.6588.13142.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 58 (23.05% from 255) = 17.11%
R=43.95%
G=38.94%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491325800.110.610.4248.7943.9640.59
Hex95843A0B3D2A312c29
Octal225204720137552615451
Binary100101011000010011101001011111101101010110001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95843A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95843A; }

 p { color: rgb(149,132,58); }

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

<style>
 a { background-color: #95843A; }

 a { background-color: rgb(149,132,58); }

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

<style>
 span { border-color: #95843A; }

 span { border-color: rgb(149,132,58); }

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