#917250

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

Shades of Pale Brown #917250

Tints of Pale Brown #917250

Color information

#917250 (or 0x917250) is unknown color: approx Pale Brown. HEX triplet: 91, 72 and 50. RGB value is (145,114,80). Sum of RGB (Red+Green+Blue) = 145+114+80=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #917250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917250 is #6E8DAF. Grayscale: #777777. Windows color (decimal): -7245232 or 5272209. OLE color: 5272209.

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

Color convert

RGB14511480-
CMYK00.210.450.43
HSL31.38º28.89%44.12%-
HSV(B)31.38º44.83%56.86%-
XYZ19.1418.6310.18-
YUV119.39105.77146.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=42.77%
G=33.63%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451148000.210.450.4331.3828.8944.12
Hex9172500152D2B1f1d2c
Octal2211621200255553373554
Binary10010001111001010100000101011011011010111111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917250; }

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

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

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

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

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

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

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

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