#95833C

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

Shades of Highball #95833C

Tints of Highball #95833C

Color information

#95833C (or 0x95833C) is unknown color: approx Highball. HEX triplet: 95, 83 and 3C. RGB value is (149,131,60). Sum of RGB (Red+Green+Blue) = 149+131+60=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95833C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95833C is #6A7CC3. Grayscale: #808080. Windows color (decimal): -6978756 or 3965845. OLE color: 3965845.

HSL color Cylindrical-coordinate representation of color #95833C: hue angle of 47.87º 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 #95833C is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14913160-
CMYK00.120.600.42
HSL47.87º42.58%40.98%-
HSV(B)47.87º59.73%58.43%-
XYZ21.3322.957.58-
YUV128.2989.46142.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 60 (23.83% from 255) = 17.65%
R=43.82%
G=38.53%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491316000.120.600.4247.8742.5840.98
Hex95833C0C3C2A302b29
Octal225203740147452605351
Binary100101011000001111110001100111100101010110000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95833C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95833C; }

 p { color: rgb(149,131,60); }

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

<style>
 a { background-color: #95833C; }

 a { background-color: rgb(149,131,60); }

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

<style>
 span { border-color: #95833C; }

 span { border-color: rgb(149,131,60); }

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