#977053

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

Shades of Pale Brown #977053

Tints of Pale Brown #977053

Color information

#977053 (or 0x977053) is unknown color: approx Pale Brown. HEX triplet: 97, 70 and 53. RGB value is (151,112,83). Sum of RGB (Red+Green+Blue) = 151+112+83=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #977053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977053 is #688FAC. Grayscale: #787878. Windows color (decimal): -6852525 or 5468311. OLE color: 5468311.

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

Color convert

RGB15111283-
CMYK00.260.450.41
HSL25.59º29.06%45.88%-
HSV(B)25.59º45.03%59.22%-
XYZ20.1218.7910.75-
YUV120.36106.92149.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=43.64%
G=32.37%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511128300.260.450.4125.5929.0645.88
Hex97705301A2D291a1d2e
Octal2271601230325551323556
Binary10010111111000010100110110101011011010011101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977053; }

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

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

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

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

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

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

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

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