#9D7354

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

Shades of Pale Brown #9D7354

Tints of Pale Brown #9D7354

Color information

#9D7354 (or 0x9D7354) is unknown color: approx Pale Brown. HEX triplet: 9D, 73 and 54. RGB value is (157,115,84). Sum of RGB (Red+Green+Blue) = 157+115+84=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7354 is #628CAB. Grayscale: #7C7C7C. Windows color (decimal): -6458540 or 5534621. OLE color: 5534621.

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

Color convert

RGB15711584-
CMYK00.270.460.38
HSL25.48º30.29%47.25%-
HSV(B)25.48º46.5%61.57%-
XYZ21.6420.0711.12-
YUV124.02105.41151.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.10%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 84 (33.20% from 255) = 23.60%
R=44.10%
G=32.30%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571158400.270.460.3825.4830.2947.25
Hex9D735401B2E26191e2f
Octal2351631240335646313657
Binary10011101111001110101000110111011101001101100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,115,84); }

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

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

 a { background-color: rgb(157,115,84); }

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

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

 span { border-color: rgb(157,115,84); }

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