#977352

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

Shades of Pale Brown #977352

Tints of Pale Brown #977352

Color information

#977352 (or 0x977352) is unknown color: approx Pale Brown. HEX triplet: 97, 73 and 52. RGB value is (151,115,82). Sum of RGB (Red+Green+Blue) = 151+115+82=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #977352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977352 is #688CAD. Grayscale: #7A7A7A. Windows color (decimal): -6851758 or 5403543. OLE color: 5403543.

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

Color convert

RGB15111582-
CMYK00.240.460.41
HSL28.7º29.61%45.69%-
HSV(B)28.7º45.7%59.22%-
XYZ20.4219.4510.66-
YUV122105.43148.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=43.39%
G=33.05%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511158200.240.460.4128.729.6145.69
Hex9773520182E291d1e2e
Octal2271631220305651353656
Binary10010111111001110100100110001011101010011110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977352; }

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

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

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

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

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

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

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

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