#9D7145

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

Shades of Pale Brown #9D7145

Tints of Pale Brown #9D7145

Color information

#9D7145 (or 0x9D7145) is unknown color: approx Pale Brown. HEX triplet: 9D, 71 and 45. RGB value is (157,113,69). Sum of RGB (Red+Green+Blue) = 157+113+69=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7145 is #628EBA. Grayscale: #797979. Windows color (decimal): -6459067 or 4551069. OLE color: 4551069.

HSL color Cylindrical-coordinate representation of color #9D7145: hue angle of 30º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D7145 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB15711369-
CMYK00.280.560.38
HSL30º38.94%44.31%-
HSV(B)30º56.05%61.57%-
XYZ20.8819.418.28-
YUV121.1498.58153.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.31%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=46.31%
G=33.33%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571136900.280.560.383038.9444.31
Hex9D714501C38261e272c
Octal2351611050347046364754
Binary100111011110001100010101110011100010011011110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,113,69); }

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

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

 a { background-color: rgb(157,113,69); }

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

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

 span { border-color: rgb(157,113,69); }

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