#977353

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

Shades of Pale Brown #977353

Tints of Pale Brown #977353

Color information

#977353 (or 0x977353) is unknown color: approx Pale Brown. HEX triplet: 97, 73 and 53. RGB value is (151,115,83). Sum of RGB (Red+Green+Blue) = 151+115+83=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #977353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977353 is #688CAC. Grayscale: #7A7A7A. Windows color (decimal): -6851757 or 5469079. OLE color: 5469079.

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

Color convert

RGB15111583-
CMYK00.240.450.41
HSL28.24º29.06%45.88%-
HSV(B)28.24º45.03%59.22%-
XYZ20.4519.4710.86-
YUV122.12105.93148.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.27%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 83 (32.81% from 255) = 23.78%
R=43.27%
G=32.95%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511158300.240.450.4128.2429.0645.88
Hex9773530182D291c1d2e
Octal2271631230305551343556
Binary10010111111001110100110110001011011010011110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977353; }

 p { color: rgb(151,115,83); }

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

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

 a { background-color: rgb(151,115,83); }

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

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

 span { border-color: rgb(151,115,83); }

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