#9A7152

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

Shades of Pale Brown #9A7152

Tints of Pale Brown #9A7152

Color information

#9A7152 (or 0x9A7152) is unknown color: approx Pale Brown. HEX triplet: 9A, 71 and 52. RGB value is (154,113,82). Sum of RGB (Red+Green+Blue) = 154+113+82=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7152 is #658EAD. Grayscale: #797979. Windows color (decimal): -6655662 or 5403034. OLE color: 5403034.

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

Color convert

RGB15411382-
CMYK00.270.470.40
HSL25.83º30.51%46.27%-
HSV(B)25.83º46.75%60.39%-
XYZ20.7519.2910.61-
YUV121.72105.58151.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.13%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 82 (32.42% from 255) = 23.50%
R=44.13%
G=32.38%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541138200.270.470.4025.8330.5146.27
Hex9A715201B2F281a1f2e
Octal2321611220335750323756
Binary10011010111000110100100110111011111010001101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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