#997148

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

Shades of Pale Brown #997148

Tints of Pale Brown #997148

Color information

#997148 (or 0x997148) is unknown color: approx Pale Brown. HEX triplet: 99, 71 and 48. RGB value is (153,113,72). Sum of RGB (Red+Green+Blue) = 153+113+72=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #997148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997148 is #668EB7. Grayscale: #787878. Windows color (decimal): -6721208 or 4747673. OLE color: 4747673.

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

Color convert

RGB15311372-
CMYK00.260.530.4
HSL30.37º36%44.12%-
HSV(B)30.37º52.94%60%-
XYZ20.2119.058.74-
YUV120.29100.75151.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=45.27%
G=33.43%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531137200.260.530.430.373644.12
Hex99714801A35281e242c
Octal2311611100326550364454
Binary100110011110001100100001101011010110100011110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997148; }

 p { color: rgb(153,113,72); }

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

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

 a { background-color: rgb(153,113,72); }

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

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

 span { border-color: rgb(153,113,72); }

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