#977552

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

Shades of Pale Brown #977552

Tints of Pale Brown #977552

Color information

#977552 (or 0x977552) is unknown color: approx Pale Brown. HEX triplet: 97, 75 and 52. RGB value is (151,117,82). Sum of RGB (Red+Green+Blue) = 151+117+82=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #977552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977552 is #688AAD. Grayscale: #7B7B7B. Windows color (decimal): -6851246 or 5404055. OLE color: 5404055.

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

Color convert

RGB15111782-
CMYK00.230.460.41
HSL30.43º29.61%45.69%-
HSV(B)30.43º45.7%59.22%-
XYZ20.6519.9110.74-
YUV123.18104.76147.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.14%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=43.14%
G=33.43%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511178200.230.460.4130.4329.6145.69
Hex9775520172E291e1e2e
Octal2271651220275651363656
Binary10010111111010110100100101111011101010011111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977552; }

 p { color: rgb(151,117,82); }

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

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

 a { background-color: rgb(151,117,82); }

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

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

 span { border-color: rgb(151,117,82); }

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