#9D7A56

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

Shades of Pale Brown #9D7A56

Tints of Pale Brown #9D7A56

Color information

#9D7A56 (or 0x9D7A56) is unknown color: approx Pale Brown. HEX triplet: 9D, 7A and 56. RGB value is (157,122,86). Sum of RGB (Red+Green+Blue) = 157+122+86=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7A56 is #6285A9. Grayscale: #808080. Windows color (decimal): -6456746 or 5667485. OLE color: 5667485.

HSL color Cylindrical-coordinate representation of color #9D7A56: hue angle of 30.42º 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 #9D7A56 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB15712286-
CMYK00.220.450.38
HSL30.42º29.22%47.65%-
HSV(B)30.42º45.22%61.57%-
XYZ22.5421.7611.82-
YUV128.36104.1148.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.01%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 86 (33.98% from 255) = 23.56%
R=43.01%
G=33.42%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571228600.220.450.3830.4229.2247.65
Hex9D7A560162D261e1d30
Octal2351721260265546363560
Binary10011101111101010101100101101011011001101111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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