#917C42

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

Shades of Highball #917C42

Tints of Highball #917C42

Color information

#917C42 (or 0x917C42) is unknown color: approx Highball. HEX triplet: 91, 7C and 42. RGB value is (145,124,66). Sum of RGB (Red+Green+Blue) = 145+124+66=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #917C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917C42 is #6E83BD. Grayscale: #7B7B7B. Windows color (decimal): -7242686 or 4357265. OLE color: 4357265.

HSL color Cylindrical-coordinate representation of color #917C42: hue angle of 44.05º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #917C42 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB14512466-
CMYK00.140.540.43
HSL44.05º37.44%41.37%-
HSV(B)44.05º54.48%56.86%-
XYZ19.8720.838.13-
YUV123.6795.46143.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 66 (26.17% from 255) = 19.70%
R=43.28%
G=37.01%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451246600.140.540.4344.0537.4441.37
Hex917C420E362B2c2529
Octal2211741020166653544551
Binary100100011111100100001001110110110101011101100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917C42; }

 p { color: rgb(145,124,66); }

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

<style>
 a { background-color: #917C42; }

 a { background-color: rgb(145,124,66); }

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

<style>
 span { border-color: #917C42; }

 span { border-color: rgb(145,124,66); }

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