#9D7546

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

Shades of Pale Brown #9D7546

Tints of Pale Brown #9D7546

Color information

#9D7546 (or 0x9D7546) is unknown color: approx Pale Brown. HEX triplet: 9D, 75 and 46. RGB value is (157,117,70). Sum of RGB (Red+Green+Blue) = 157+117+70=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7546 is #628AB9. Grayscale: #7B7B7B. Windows color (decimal): -6458042 or 4617629. OLE color: 4617629.

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

Color convert

RGB15711770-
CMYK00.250.550.38
HSL32.41º38.33%44.51%-
HSV(B)32.41º55.41%61.57%-
XYZ21.3720.338.59-
YUV123.697.75151.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.64%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 70 (27.73% from 255) = 20.35%
R=45.64%
G=34.01%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571177000.250.550.3832.4138.3344.51
Hex9D7546019372620262d
Octal2351651060316746404655
Binary1001110111101011000110011001110111100110100000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,117,70); }

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

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

 a { background-color: rgb(157,117,70); }

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

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

 span { border-color: rgb(157,117,70); }

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