#997052

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

Shades of Pale Brown #997052

Tints of Pale Brown #997052

Color information

#997052 (or 0x997052) is unknown color: approx Pale Brown. HEX triplet: 99, 70 and 52. RGB value is (153,112,82). Sum of RGB (Red+Green+Blue) = 153+112+82=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #997052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997052 is #668FAD. Grayscale: #787878. Windows color (decimal): -6721454 or 5402777. OLE color: 5402777.

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

Color convert

RGB15311282-
CMYK00.270.460.4
HSL25.35º30.21%46.08%-
HSV(B)25.35º46.41%60%-
XYZ20.4518.9710.57-
YUV120.84106.08150.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=44.09%
G=32.28%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531128200.270.460.425.3530.2146.08
Hex99705201B2E28191e2e
Octal2311601220335650313656
Binary10011001111000010100100110111011101010001100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997052; }

 p { color: rgb(153,112,82); }

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

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

 a { background-color: rgb(153,112,82); }

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

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

 span { border-color: rgb(153,112,82); }

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