#997355

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

Shades of Pale Brown #997355

Tints of Pale Brown #997355

Color information

#997355 (or 0x997355) is unknown color: approx Pale Brown. HEX triplet: 99, 73 and 55. RGB value is (153,115,85). Sum of RGB (Red+Green+Blue) = 153+115+85=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #997355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997355 is #668CAA. Grayscale: #7B7B7B. Windows color (decimal): -6720683 or 5600153. OLE color: 5600153.

HSL color Cylindrical-coordinate representation of color #997355: hue angle of 26.47º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #997355 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15311585-
CMYK00.250.440.4
HSL26.47º28.57%46.67%-
HSV(B)26.47º44.44%60%-
XYZ20.9119.6911.29-
YUV122.94106.59149.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.34%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 85 (33.59% from 255) = 24.08%
R=43.34%
G=32.58%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531158500.250.440.426.4728.5746.67
Hex9973550192C281a1d2f
Octal2311631250315450323557
Binary10011001111001110101010110011011001010001101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997355; }

 p { color: rgb(153,115,85); }

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

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

 a { background-color: rgb(153,115,85); }

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

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

 span { border-color: rgb(153,115,85); }

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