#977052

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

Shades of Pale Brown #977052

Tints of Pale Brown #977052

Color information

#977052 (or 0x977052) is unknown color: approx Pale Brown. HEX triplet: 97, 70 and 52. RGB value is (151,112,82). Sum of RGB (Red+Green+Blue) = 151+112+82=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #977052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977052 is #688FAD. Grayscale: #787878. Windows color (decimal): -6852526 or 5402775. OLE color: 5402775.

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

Color convert

RGB15111282-
CMYK00.260.460.41
HSL26.09º29.61%45.69%-
HSV(B)26.09º45.7%59.22%-
XYZ20.0818.7810.55-
YUV120.24106.42149.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=43.77%
G=32.46%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511128200.260.460.4126.0929.6145.69
Hex97705201A2E291a1e2e
Octal2271601220325651323656
Binary10010111111000010100100110101011101010011101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977052; }

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

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

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

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

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

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

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

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