#997252

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

Shades of Pale Brown #997252

Tints of Pale Brown #997252

Color information

#997252 (or 0x997252) is unknown color: approx Pale Brown. HEX triplet: 99, 72 and 52. RGB value is (153,114,82). Sum of RGB (Red+Green+Blue) = 153+114+82=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #997252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997252 is #668DAD. Grayscale: #7A7A7A. Windows color (decimal): -6720942 or 5403289. OLE color: 5403289.

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

Color convert

RGB15311482-
CMYK00.250.460.4
HSL27.04º30.21%46.08%-
HSV(B)27.04º46.41%60%-
XYZ20.6819.4210.64-
YUV122.01105.42150.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 82 (32.42% from 255) = 23.50%
R=43.84%
G=32.66%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531148200.250.460.427.0430.2146.08
Hex9972520192E281b1e2e
Octal2311621220315650333656
Binary10011001111001010100100110011011101010001101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997252; }

 p { color: rgb(153,114,82); }

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

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

 a { background-color: rgb(153,114,82); }

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

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

 span { border-color: rgb(153,114,82); }

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