#9D7253

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

Shades of Pale Brown #9D7253

Tints of Pale Brown #9D7253

Color information

#9D7253 (or 0x9D7253) is unknown color: approx Pale Brown. HEX triplet: 9D, 72 and 53. RGB value is (157,114,83). Sum of RGB (Red+Green+Blue) = 157+114+83=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7253 is #628DAC. Grayscale: #7B7B7B. Windows color (decimal): -6458797 or 5468829. OLE color: 5468829.

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

Color convert

RGB15711483-
CMYK00.270.470.38
HSL25.14º30.83%47.06%-
HSV(B)25.14º47.13%61.57%-
XYZ21.4819.8310.88-
YUV123.32105.25152.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.35%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 83 (32.81% from 255) = 23.45%
R=44.35%
G=32.20%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571148300.270.470.3825.1430.8347.06
Hex9D725301B2F26191f2f
Octal2351621230335746313757
Binary10011101111001010100110110111011111001101100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,114,83); }

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

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

 a { background-color: rgb(157,114,83); }

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

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

 span { border-color: rgb(157,114,83); }

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