#997350

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

Shades of Pale Brown #997350

Tints of Pale Brown #997350

Color information

#997350 (or 0x997350) is unknown color: approx Pale Brown. HEX triplet: 99, 73 and 50. RGB value is (153,115,80). Sum of RGB (Red+Green+Blue) = 153+115+80=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #997350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997350 is #668CAF. Grayscale: #7A7A7A. Windows color (decimal): -6720688 or 5272473. OLE color: 5272473.

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

Color convert

RGB15311580-
CMYK00.250.480.4
HSL28.77º31.33%45.69%-
HSV(B)28.77º47.71%60%-
XYZ20.7219.6110.28-
YUV122.37104.09149.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=43.97%
G=33.05%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531158000.250.480.428.7731.3345.69
Hex99735001930281d1f2e
Octal2311631200316050353756
Binary10011001111001110100000110011100001010001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997350; }

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

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

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

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

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

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

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

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