#9D7545

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

Shades of Pale Brown #9D7545

Tints of Pale Brown #9D7545

Color information

#9D7545 (or 0x9D7545) is unknown color: approx Pale Brown. HEX triplet: 9D, 75 and 45. RGB value is (157,117,69). Sum of RGB (Red+Green+Blue) = 157+117+69=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7545 is #628ABA. Grayscale: #7B7B7B. Windows color (decimal): -6458043 or 4552093. OLE color: 4552093.

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

Color convert

RGB15711769-
CMYK00.250.560.38
HSL32.73º38.94%44.31%-
HSV(B)32.73º56.05%61.57%-
XYZ21.3420.328.43-
YUV123.4997.25151.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.77%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=45.77%
G=34.11%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571176900.250.560.3832.7338.9444.31
Hex9D7545019382621272c
Octal2351651050317046414754
Binary1001110111101011000101011001111000100110100001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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