#977255

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

Shades of Pale Brown #977255

Tints of Pale Brown #977255

Color information

#977255 (or 0x977255) is unknown color: approx Pale Brown. HEX triplet: 97, 72 and 55. RGB value is (151,114,85). Sum of RGB (Red+Green+Blue) = 151+114+85=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #977255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977255 is #688DAA. Grayscale: #797979. Windows color (decimal): -6852011 or 5599895. OLE color: 5599895.

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

Color convert

RGB15111485-
CMYK00.250.440.41
HSL26.36º27.97%46.27%-
HSV(B)26.36º43.71%59.22%-
XYZ20.4219.2711.24-
YUV121.76107.26148.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.14%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=43.14%
G=32.57%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511148500.250.440.4126.3627.9746.27
Hex9772550192C291a1c2e
Octal2271621250315451323456
Binary10010111111001010101010110011011001010011101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977255; }

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

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

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

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

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

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

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

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