#9A7546

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

Shades of Pale Brown #9A7546

Tints of Pale Brown #9A7546

Color information

#9A7546 (or 0x9A7546) is unknown color: approx Pale Brown. HEX triplet: 9A, 75 and 46. RGB value is (154,117,70). Sum of RGB (Red+Green+Blue) = 154+117+70=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7546 is #658AB9. Grayscale: #7A7A7A. Windows color (decimal): -6654650 or 4617626. OLE color: 4617626.

HSL color Cylindrical-coordinate representation of color #9A7546: hue angle of 33.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A7546 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB15411770-
CMYK00.240.550.40
HSL33.57º37.5%43.92%-
HSV(B)33.57º54.55%60.39%-
XYZ20.7920.038.57-
YUV122.798.26150.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.16%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=45.16%
G=34.31%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541177000.240.550.4033.5737.543.92
Hex9A7546018372822262c
Octal2321651060306750424654
Binary1001101011101011000110011000110111101000100010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,117,70); }

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

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

 a { background-color: rgb(154,117,70); }

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

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

 span { border-color: rgb(154,117,70); }

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