#977A53

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

Shades of Pale Brown #977A53

Tints of Pale Brown #977A53

Color information

#977A53 (or 0x977A53) is unknown color: approx Pale Brown. HEX triplet: 97, 7A and 53. RGB value is (151,122,83). Sum of RGB (Red+Green+Blue) = 151+122+83=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #977A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977A53 is #6885AC. Grayscale: #7E7E7E. Windows color (decimal): -6849965 or 5470871. OLE color: 5470871.

HSL color Cylindrical-coordinate representation of color #977A53: hue angle of 34.41º 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 #977A53 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB15112283-
CMYK00.190.450.41
HSL34.41º29.06%45.88%-
HSV(B)34.41º45.03%59.22%-
XYZ21.2821.1211.14-
YUV126.22103.61145.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.42%
GREEN value IS 122 (48.05% from 255) = 34.27%
BLUE value IS 83 (32.81% from 255) = 23.31%
R=42.42%
G=34.27%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511228300.190.450.4134.4129.0645.88
Hex977A530132D29221d2e
Octal2271721230235551423556
Binary100101111111010101001101001110110110100110001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977A53; }

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

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

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

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

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

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

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

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