#977952

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

Shades of Pale Brown #977952

Tints of Pale Brown #977952

Color information

#977952 (or 0x977952) is unknown color: approx Pale Brown. HEX triplet: 97, 79 and 52. RGB value is (151,121,82). Sum of RGB (Red+Green+Blue) = 151+121+82=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #977952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977952 is #6886AD. Grayscale: #7D7D7D. Windows color (decimal): -6850222 or 5405079. OLE color: 5405079.

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

Color convert

RGB15112182-
CMYK00.200.460.41
HSL33.91º29.61%45.69%-
HSV(B)33.91º45.7%59.22%-
XYZ21.1220.8610.9-
YUV125.52103.44146.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.66%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 82 (32.42% from 255) = 23.16%
R=42.66%
G=34.18%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511218200.200.460.4133.9129.6145.69
Hex9779520142E29221e2e
Octal2271711220245651423656
Binary100101111111001101001001010010111010100110001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977952; }

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

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

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

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

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

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

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

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