#917D41

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

Shades of Highball #917D41

Tints of Highball #917D41

Color information

#917D41 (or 0x917D41) is unknown color: approx Highball. HEX triplet: 91, 7D and 41. RGB value is (145,125,65). Sum of RGB (Red+Green+Blue) = 145+125+65=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #917D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D41 is #6E82BE. Grayscale: #7C7C7C. Windows color (decimal): -7242431 or 4291985. OLE color: 4291985.

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

Color convert

RGB14512565-
CMYK00.140.550.43
HSL45º38.1%41.18%-
HSV(B)45º55.17%56.86%-
XYZ19.9621.078.02-
YUV124.1494.63142.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 65 (25.78% from 255) = 19.40%
R=43.28%
G=37.31%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451256500.140.550.434538.141.18
Hex917D410E372B2d2629
Octal2211751010166753554651
Binary100100011111101100000101110110111101011101101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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