#977242

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

Shades of Pale Brown #977242

Tints of Pale Brown #977242

Color information

#977242 (or 0x977242) is unknown color: approx Pale Brown. HEX triplet: 97, 72 and 42. RGB value is (151,114,66). Sum of RGB (Red+Green+Blue) = 151+114+66=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #977242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977242 is #688DBD. Grayscale: #777777. Windows color (decimal): -6852030 or 4354711. OLE color: 4354711.

HSL color Cylindrical-coordinate representation of color #977242: hue angle of 33.88º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #977242 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB15111466-
CMYK00.250.560.41
HSL33.88º39.17%42.55%-
HSV(B)33.88º56.29%59.22%-
XYZ19.7619.017.78-
YUV119.5997.76150.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=45.62%
G=34.44%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511146600.250.560.4133.8839.1742.55
Hex977242019382922272b
Octal2271621020317051424753
Binary1001011111100101000010011001111000101001100010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977242; }

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

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

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

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

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

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

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

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