#917D42

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

Shades of Highball #917D42

Tints of Highball #917D42

Color information

#917D42 (or 0x917D42) is unknown color: approx Highball. HEX triplet: 91, 7D and 42. RGB value is (145,125,66). Sum of RGB (Red+Green+Blue) = 145+125+66=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #917D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D42 is #6E82BD. Grayscale: #7C7C7C. Windows color (decimal): -7242430 or 4357521. OLE color: 4357521.

HSL color Cylindrical-coordinate representation of color #917D42: hue angle of 44.81º 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 #917D42 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB14512566-
CMYK00.140.540.43
HSL44.81º37.44%41.37%-
HSV(B)44.81º54.48%56.86%-
XYZ19.9921.088.17-
YUV124.2595.13142.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.15%
GREEN value IS 125 (49.22% from 255) = 37.20%
BLUE value IS 66 (26.17% from 255) = 19.64%
R=43.15%
G=37.20%
B=19.64%

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
Decimal1451256600.140.540.4344.8137.4441.37
Hex917D420E362B2d2529
Octal2211751020166653554551
Binary100100011111101100001001110110110101011101101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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