#977045

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

Shades of Pale Brown #977045

Tints of Pale Brown #977045

Color information

#977045 (or 0x977045) is unknown color: approx Pale Brown. HEX triplet: 97, 70 and 45. RGB value is (151,112,69). Sum of RGB (Red+Green+Blue) = 151+112+69=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #977045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977045 is #688FBA. Grayscale: #767676. Windows color (decimal): -6852539 or 4550807. OLE color: 4550807.

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

Color convert

RGB15111269-
CMYK00.260.540.41
HSL31.46º37.27%43.14%-
HSV(B)31.46º54.3%59.22%-
XYZ19.6318.68.19-
YUV118.7699.92151-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.48%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 69 (27.34% from 255) = 20.78%
R=45.48%
G=33.73%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511126900.260.540.4131.4637.2743.14
Hex97704501A36291f252b
Octal2271601050326651374553
Binary100101111110000100010101101011011010100111111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977045; }

 p { color: rgb(151,112,69); }

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

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

 a { background-color: rgb(151,112,69); }

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

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

 span { border-color: rgb(151,112,69); }

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