#95843F

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

Shades of Highball #95843F

Tints of Highball #95843F

Color information

#95843F (or 0x95843F) is unknown color: approx Highball. HEX triplet: 95, 84 and 3F. RGB value is (149,132,63). Sum of RGB (Red+Green+Blue) = 149+132+63=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95843F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95843F is #6A7BC0. Grayscale: #818181. Windows color (decimal): -6978497 or 4162709. OLE color: 4162709.

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

Color convert

RGB14913263-
CMYK00.110.580.42
HSL48.14º40.57%41.57%-
HSV(B)48.14º57.72%58.43%-
XYZ21.5423.258.06-
YUV129.2290.63142.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 63 (25% from 255) = 18.31%
R=43.31%
G=38.37%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491326300.110.580.4248.1440.5741.57
Hex95843F0B3A2A30292a
Octal225204770137252605152
Binary100101011000010011111101011111010101010110000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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