#97785D

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

Shades of Pale Brown #97785D

Tints of Pale Brown #97785D

Color information

#97785D (or 0x97785D) is unknown color: approx Pale Brown. HEX triplet: 97, 78 and 5D. RGB value is (151,120,93). Sum of RGB (Red+Green+Blue) = 151+120+93=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #97785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97785D is #6887A2. Grayscale: #7E7E7E. Windows color (decimal): -6850467 or 6125719. OLE color: 6125719.

HSL color Cylindrical-coordinate representation of color #97785D: hue angle of 27.93º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97785D is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB15112093-
CMYK00.210.380.41
HSL27.93º23.77%47.84%-
HSV(B)27.93º38.41%59.22%-
XYZ21.4520.813.24-
YUV126.19109.27145.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.48%
GREEN value IS 120 (47.27% from 255) = 32.97%
BLUE value IS 93 (36.72% from 255) = 25.55%
R=41.48%
G=32.97%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511209300.210.380.4127.9323.7747.84
Hex97785D01526291c1830
Octal2271701350254651343060
Binary10010111111100010111010101011001101010011110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97785D; }

 p { color: rgb(151,120,93); }

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

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

 a { background-color: rgb(151,120,93); }

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

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

 span { border-color: rgb(151,120,93); }

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