#9A7351

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

Shades of Pale Brown #9A7351

Tints of Pale Brown #9A7351

Color information

#9A7351 (or 0x9A7351) is unknown color: approx Pale Brown. HEX triplet: 9A, 73 and 51. RGB value is (154,115,81). Sum of RGB (Red+Green+Blue) = 154+115+81=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7351 is #658CAE. Grayscale: #7A7A7A. Windows color (decimal): -6655151 or 5338010. OLE color: 5338010.

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

Color convert

RGB15411581-
CMYK00.250.470.40
HSL27.95º31.06%46.08%-
HSV(B)27.95º47.4%60.39%-
XYZ20.9419.7310.49-
YUV122.78104.42150.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=44%
G=32.86%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541158100.250.470.4027.9531.0646.08
Hex9A73510192F281c1f2e
Octal2321631210315750343756
Binary10011010111001110100010110011011111010001110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,115,81); }

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

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

 a { background-color: rgb(154,115,81); }

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

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

 span { border-color: rgb(154,115,81); }

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