#977252

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

Shades of Pale Brown #977252

Tints of Pale Brown #977252

Color information

#977252 (or 0x977252) is unknown color: approx Pale Brown. HEX triplet: 97, 72 and 52. RGB value is (151,114,82). Sum of RGB (Red+Green+Blue) = 151+114+82=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #977252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977252 is #688DAD. Grayscale: #797979. Windows color (decimal): -6852014 or 5403287. OLE color: 5403287.

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

Color convert

RGB15111482-
CMYK00.250.460.41
HSL27.83º29.61%45.69%-
HSV(B)27.83º45.7%59.22%-
XYZ20.319.2210.62-
YUV121.42105.76149.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.52%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=43.52%
G=32.85%
B=23.63%

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
Decimal1511148200.250.460.4127.8329.6145.69
Hex9772520192E291c1e2e
Octal2271621220315651343656
Binary10010111111001010100100110011011101010011110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977252; }

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

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

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

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

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

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

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

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