#9D7045

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

Shades of Pale Brown #9D7045

Tints of Pale Brown #9D7045

Color information

#9D7045 (or 0x9D7045) is unknown color: approx Pale Brown. HEX triplet: 9D, 70 and 45. RGB value is (157,112,69). Sum of RGB (Red+Green+Blue) = 157+112+69=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7045 is #628FBA. Grayscale: #787878. Windows color (decimal): -6459323 or 4550813. OLE color: 4550813.

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

Color convert

RGB15711269-
CMYK00.290.560.38
HSL29.32º38.94%44.31%-
HSV(B)29.32º56.05%61.57%-
XYZ20.7719.198.24-
YUV120.5598.91154-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.45%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 69 (27.34% from 255) = 20.41%
R=46.45%
G=33.14%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571126900.290.560.3829.3238.9444.31
Hex9D704501D38261d272c
Octal2351601050357046354754
Binary100111011110000100010101110111100010011011101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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