#997950

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

Shades of Pale Brown #997950

Tints of Pale Brown #997950

Color information

#997950 (or 0x997950) is unknown color: approx Pale Brown. HEX triplet: 99, 79 and 50. RGB value is (153,121,80). Sum of RGB (Red+Green+Blue) = 153+121+80=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #997950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997950 is #6686AF. Grayscale: #7E7E7E. Windows color (decimal): -6719152 or 5274009. OLE color: 5274009.

HSL color Cylindrical-coordinate representation of color #997950: hue angle of 33.7º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997950 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB15312180-
CMYK00.210.480.4
HSL33.7º31.33%45.69%-
HSV(B)33.7º47.71%60%-
XYZ21.4221.0310.52-
YUV125.89102.1147.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=43.22%
G=34.18%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531218000.210.480.433.731.3345.69
Hex9979500153028221f2e
Octal2311711200256050423756
Binary100110011111001101000001010111000010100010001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997950; }

 p { color: rgb(153,121,80); }

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

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

 a { background-color: rgb(153,121,80); }

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

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

 span { border-color: rgb(153,121,80); }

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