#997250

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

Shades of Pale Brown #997250

Tints of Pale Brown #997250

Color information

#997250 (or 0x997250) is unknown color: approx Pale Brown. HEX triplet: 99, 72 and 50. RGB value is (153,114,80). Sum of RGB (Red+Green+Blue) = 153+114+80=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #997250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997250 is #668DAF. Grayscale: #797979. Windows color (decimal): -6720944 or 5272217. OLE color: 5272217.

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

Color convert

RGB15311480-
CMYK00.250.480.4
HSL27.95º31.33%45.69%-
HSV(B)27.95º47.71%60%-
XYZ20.619.3910.25-
YUV121.78104.42150.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=44.09%
G=32.85%
B=23.05%

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
Decimal1531148000.250.480.427.9531.3345.69
Hex99725001930281c1f2e
Octal2311621200316050343756
Binary10011001111001010100000110011100001010001110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997250; }

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

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

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

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

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

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

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

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