#977251

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

Shades of Pale Brown #977251

Tints of Pale Brown #977251

Color information

#977251 (or 0x977251) is unknown color: approx Pale Brown. HEX triplet: 97, 72 and 51. RGB value is (151,114,81). Sum of RGB (Red+Green+Blue) = 151+114+81=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #977251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977251 is #688DAE. Grayscale: #797979. Windows color (decimal): -6852015 or 5337751. OLE color: 5337751.

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

Color convert

RGB15111481-
CMYK00.250.460.41
HSL28.29º30.17%45.49%-
HSV(B)28.29º46.36%59.22%-
XYZ20.2719.2110.42-
YUV121.3105.26149.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 81 (32.03% from 255) = 23.41%
R=43.64%
G=32.95%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511148100.250.460.4128.2930.1745.49
Hex9772510192E291c1e2d
Octal2271621210315651343655
Binary10010111111001010100010110011011101010011110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977251; }

 p { color: rgb(151,114,81); }

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

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

 a { background-color: rgb(151,114,81); }

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

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

 span { border-color: rgb(151,114,81); }

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