#977351

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

Shades of Pale Brown #977351

Tints of Pale Brown #977351

Color information

#977351 (or 0x977351) is unknown color: approx Pale Brown. HEX triplet: 97, 73 and 51. RGB value is (151,115,81). Sum of RGB (Red+Green+Blue) = 151+115+81=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #977351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977351 is #688CAE. Grayscale: #7A7A7A. Windows color (decimal): -6851759 or 5338007. OLE color: 5338007.

HSL color Cylindrical-coordinate representation of color #977351: hue angle of 29.14º 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 #977351 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB15111581-
CMYK00.240.460.41
HSL29.14º30.17%45.49%-
HSV(B)29.14º46.36%59.22%-
XYZ20.3819.4310.46-
YUV121.89104.93148.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.52%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 81 (32.03% from 255) = 23.34%
R=43.52%
G=33.14%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511158100.240.460.4129.1430.1745.49
Hex9773510182E291d1e2d
Octal2271631210305651353655
Binary10010111111001110100010110001011101010011110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977351; }

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

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

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

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

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

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

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

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