#917750

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

Shades of Pale Brown #917750

Tints of Pale Brown #917750

Color information

#917750 (or 0x917750) is unknown color: approx Pale Brown. HEX triplet: 91, 77 and 50. RGB value is (145,119,80). Sum of RGB (Red+Green+Blue) = 145+119+80=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #917750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917750 is #6E88AF. Grayscale: #7A7A7A. Windows color (decimal): -7243952 or 5273489. OLE color: 5273489.

HSL color Cylindrical-coordinate representation of color #917750: hue angle of 36º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #917750 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB14511980-
CMYK00.180.450.43
HSL36º28.89%44.12%-
HSV(B)36º44.83%56.86%-
XYZ19.7219.7910.37-
YUV122.33104.11144.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.15%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=42.15%
G=34.59%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451198000.180.450.433628.8944.12
Hex9177500122D2B241d2c
Octal2211671200225553443554
Binary100100011110111101000001001010110110101110010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917750; }

 p { color: rgb(145,119,80); }

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

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

 a { background-color: rgb(145,119,80); }

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

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

 span { border-color: rgb(145,119,80); }

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