#977152

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

Shades of Pale Brown #977152

Tints of Pale Brown #977152

Color information

#977152 (or 0x977152) is unknown color: approx Pale Brown. HEX triplet: 97, 71 and 52. RGB value is (151,113,82). Sum of RGB (Red+Green+Blue) = 151+113+82=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #977152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977152 is #688EAD. Grayscale: #787878. Windows color (decimal): -6852270 or 5403031. OLE color: 5403031.

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

Color convert

RGB15111382-
CMYK00.250.460.41
HSL26.96º29.61%45.69%-
HSV(B)26.96º45.7%59.22%-
XYZ20.191910.59-
YUV120.83106.09149.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=43.64%
G=32.66%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511138200.250.460.4126.9629.6145.69
Hex9771520192E291b1e2e
Octal2271611220315651333656
Binary10010111111000110100100110011011101010011101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977152; }

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

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

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

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

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

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

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

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