#917850

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

Shades of Pale Brown #917850

Tints of Pale Brown #917850

Color information

#917850 (or 0x917850) is unknown color: approx Pale Brown. HEX triplet: 91, 78 and 50. RGB value is (145,120,80). Sum of RGB (Red+Green+Blue) = 145+120+80=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #917850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917850 is #6E87AF. Grayscale: #7B7B7B. Windows color (decimal): -7243696 or 5273745. OLE color: 5273745.

HSL color Cylindrical-coordinate representation of color #917850: hue angle of 36.92º 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 #917850 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB14512080-
CMYK00.170.450.43
HSL36.92º28.89%44.12%-
HSV(B)36.92º44.83%56.86%-
XYZ19.8420.0310.41-
YUV122.92103.78143.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 120 (47.27% from 255) = 34.78%
BLUE value IS 80 (31.64% from 255) = 23.19%
R=42.03%
G=34.78%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451208000.170.450.4336.9228.8944.12
Hex9178500112D2B251d2c
Octal2211701200215553453554
Binary100100011111000101000001000110110110101110010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917850; }

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

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

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

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

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

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

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

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