#9A7155

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

Shades of Pale Brown #9A7155

Tints of Pale Brown #9A7155

Color information

#9A7155 (or 0x9A7155) is unknown color: approx Pale Brown. HEX triplet: 9A, 71 and 55. RGB value is (154,113,85). Sum of RGB (Red+Green+Blue) = 154+113+85=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7155 is #658EAA. Grayscale: #7A7A7A. Windows color (decimal): -6655659 or 5599642. OLE color: 5599642.

HSL color Cylindrical-coordinate representation of color #9A7155: hue angle of 24.35º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A7155 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB15411385-
CMYK00.270.450.40
HSL24.35º28.87%46.86%-
HSV(B)24.35º44.81%60.39%-
XYZ20.8719.3411.23-
YUV122.07107.08150.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.75%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 85 (33.59% from 255) = 24.15%
R=43.75%
G=32.10%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541138500.270.450.4024.3528.8746.86
Hex9A715501B2D28181d2f
Octal2321611250335550303557
Binary10011010111000110101010110111011011010001100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,113,85); }

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

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

 a { background-color: rgb(154,113,85); }

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

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

 span { border-color: rgb(154,113,85); }

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