#917A5C

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

Shades of Pale Brown #917A5C

Tints of Pale Brown #917A5C

Color information

#917A5C (or 0x917A5C) is unknown color: approx Pale Brown. HEX triplet: 91, 7A and 5C. RGB value is (145,122,92). Sum of RGB (Red+Green+Blue) = 145+122+92=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #917A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A5C is #6E85A3. Grayscale: #7D7D7D. Windows color (decimal): -7243172 or 6060689. OLE color: 6060689.

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

Color convert

RGB14512292-
CMYK00.160.370.43
HSL33.96º22.36%46.47%-
HSV(B)33.96º36.55%56.86%-
XYZ20.5720.7113.04-
YUV125.46109.12141.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.39%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 92 (36.33% from 255) = 25.63%
R=40.39%
G=33.98%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451229200.160.370.4333.9622.3646.47
Hex917A5C010252B22162e
Octal2211721340204553422656
Binary100100011111010101110001000010010110101110001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,122,92); }

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

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

 a { background-color: rgb(145,122,92); }

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

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

 span { border-color: rgb(145,122,92); }

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