#997450

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

Shades of Pale Brown #997450

Tints of Pale Brown #997450

Color information

#997450 (or 0x997450) is unknown color: approx Pale Brown. HEX triplet: 99, 74 and 50. RGB value is (153,116,80). Sum of RGB (Red+Green+Blue) = 153+116+80=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #997450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997450 is #668BAF. Grayscale: #7B7B7B. Windows color (decimal): -6720432 or 5272729. OLE color: 5272729.

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

Color convert

RGB15311680-
CMYK00.240.480.4
HSL29.59º31.33%45.69%-
HSV(B)29.59º47.71%60%-
XYZ20.8319.8410.32-
YUV122.96103.76149.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=43.84%
G=33.24%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531168000.240.480.429.5931.3345.69
Hex99745001830281e1f2e
Octal2311641200306050363756
Binary10011001111010010100000110001100001010001111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997450; }

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

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

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

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

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

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

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

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