#917B5C

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

Shades of Pale Brown #917B5C

Tints of Pale Brown #917B5C

Color information

#917B5C (or 0x917B5C) is unknown color: approx Pale Brown. HEX triplet: 91, 7B and 5C. RGB value is (145,123,92). Sum of RGB (Red+Green+Blue) = 145+123+92=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #917B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B5C is #6E84A3. Grayscale: #7E7E7E. Windows color (decimal): -7242916 or 6060945. OLE color: 6060945.

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

Color convert

RGB14512392-
CMYK00.150.370.43
HSL35.09º22.36%46.47%-
HSV(B)35.09º36.55%56.86%-
XYZ20.6920.9613.08-
YUV126.04108.79141.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=40.28%
G=34.17%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451239200.150.370.4335.0922.3646.47
Hex917B5C0F252B23162e
Octal2211731340174553432656
Binary10010001111101110111000111110010110101110001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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