#95813F

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

Shades of Highball #95813F

Tints of Highball #95813F

Color information

#95813F (or 0x95813F) is unknown color: approx Highball. HEX triplet: 95, 81 and 3F. RGB value is (149,129,63). Sum of RGB (Red+Green+Blue) = 149+129+63=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95813F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95813F is #6A7EC0. Grayscale: #7F7F7F. Windows color (decimal): -6979265 or 4161941. OLE color: 4161941.

HSL color Cylindrical-coordinate representation of color #95813F: hue angle of 46.05º 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 #95813F is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB14912963-
CMYK00.130.580.42
HSL46.05º40.57%41.57%-
HSV(B)46.05º57.72%58.43%-
XYZ21.1422.457.92-
YUV127.4691.63143.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 129 (50.78% from 255) = 37.83%
BLUE value IS 63 (25% from 255) = 18.48%
R=43.70%
G=37.83%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491296300.130.580.4246.0540.5741.57
Hex95813F0D3A2A2e292a
Octal225201770157252565152
Binary100101011000000111111101101111010101010101110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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