#997750

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

Shades of Pale Brown #997750

Tints of Pale Brown #997750

Color information

#997750 (or 0x997750) is unknown color: approx Pale Brown. HEX triplet: 99, 77 and 50. RGB value is (153,119,80). Sum of RGB (Red+Green+Blue) = 153+119+80=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #997750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997750 is #6688AF. Grayscale: #7C7C7C. Windows color (decimal): -6719664 or 5273497. OLE color: 5273497.

HSL color Cylindrical-coordinate representation of color #997750: hue angle of 32.05º 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 #997750 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB15311980-
CMYK00.220.480.4
HSL32.05º31.33%45.69%-
HSV(B)32.05º47.71%60%-
XYZ21.1820.5510.44-
YUV124.72102.76148.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=43.47%
G=33.81%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531198000.220.480.432.0531.3345.69
Hex9977500163028201f2e
Octal2311671200266050403756
Binary100110011110111101000001011011000010100010000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997750; }

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

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

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

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

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

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

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

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