#9D7456

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

Shades of Pale Brown #9D7456

Tints of Pale Brown #9D7456

Color information

#9D7456 (or 0x9D7456) is unknown color: approx Pale Brown. HEX triplet: 9D, 74 and 56. RGB value is (157,116,86). Sum of RGB (Red+Green+Blue) = 157+116+86=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7456 is #628BA9. Grayscale: #7D7D7D. Windows color (decimal): -6458282 or 5665949. OLE color: 5665949.

HSL color Cylindrical-coordinate representation of color #9D7456: hue angle of 25.35º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D7456 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB15711686-
CMYK00.260.450.38
HSL25.35º29.22%47.65%-
HSV(B)25.35º45.22%61.57%-
XYZ21.8320.3311.58-
YUV124.84106.08150.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.73%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=43.73%
G=32.31%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571168600.260.450.3825.3529.2247.65
Hex9D745601A2D26191d30
Octal2351641260325546313560
Binary10011101111010010101100110101011011001101100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,116,86); }

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

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

 a { background-color: rgb(157,116,86); }

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

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

 span { border-color: rgb(157,116,86); }

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