#9A7242

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

Shades of Pale Brown #9A7242

Tints of Pale Brown #9A7242

Color information

#9A7242 (or 0x9A7242) is unknown color: approx Pale Brown. HEX triplet: 9A, 72 and 42. RGB value is (154,114,66). Sum of RGB (Red+Green+Blue) = 154+114+66=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7242 is #658DBD. Grayscale: #787878. Windows color (decimal): -6655422 or 4354714. OLE color: 4354714.

HSL color Cylindrical-coordinate representation of color #9A7242: hue angle of 32.73º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A7242 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB15411466-
CMYK00.260.570.40
HSL32.73º40%43.14%-
HSV(B)32.73º57.14%60.39%-
XYZ20.3319.37.81-
YUV120.4997.25151.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.11%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 66 (26.17% from 255) = 19.76%
R=46.11%
G=34.13%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541146600.260.570.4032.734043.14
Hex9A724201A392821282b
Octal2321621020327150415053
Binary1001101011100101000010011010111001101000100001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A7242; }

 p { color: rgb(154,114,66); }

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

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

 a { background-color: rgb(154,114,66); }

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

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

 span { border-color: rgb(154,114,66); }

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