#9A7445

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

Shades of Pale Brown #9A7445

Tints of Pale Brown #9A7445

Color information

#9A7445 (or 0x9A7445) is unknown color: approx Pale Brown. HEX triplet: 9A, 74 and 45. RGB value is (154,116,69). Sum of RGB (Red+Green+Blue) = 154+116+69=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7445 is #658BBA. Grayscale: #7A7A7A. Windows color (decimal): -6654907 or 4551834. OLE color: 4551834.

HSL color Cylindrical-coordinate representation of color #9A7445: hue angle of 33.18º 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 #9A7445 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB15411669-
CMYK00.250.550.40
HSL33.18º38.12%43.73%-
HSV(B)33.18º55.19%60.39%-
XYZ20.6519.798.36-
YUV12298.09150.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.43%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=45.43%
G=34.22%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541166900.250.550.4033.1838.1243.73
Hex9A7445019372821262c
Octal2321641050316750414654
Binary1001101011101001000101011001110111101000100001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,116,69); }

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

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

 a { background-color: rgb(154,116,69); }

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

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

 span { border-color: rgb(154,116,69); }

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