#977852

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

Shades of Pale Brown #977852

Tints of Pale Brown #977852

Color information

#977852 (or 0x977852) is unknown color: approx Pale Brown. HEX triplet: 97, 78 and 52. RGB value is (151,120,82). Sum of RGB (Red+Green+Blue) = 151+120+82=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #977852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977852 is #6887AD. Grayscale: #7D7D7D. Windows color (decimal): -6850478 or 5404823. OLE color: 5404823.

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

Color convert

RGB15112082-
CMYK00.210.460.41
HSL33.04º29.61%45.69%-
HSV(B)33.04º45.7%59.22%-
XYZ2120.6210.86-
YUV124.94103.77146.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.78%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=42.78%
G=33.99%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511208200.210.460.4133.0429.6145.69
Hex9778520152E29211e2e
Octal2271701220255651413656
Binary100101111111000101001001010110111010100110000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977852; }

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

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

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

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

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

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

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

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