#9D7152

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

Shades of Pale Brown #9D7152

Tints of Pale Brown #9D7152

Color information

#9D7152 (or 0x9D7152) is unknown color: approx Pale Brown. HEX triplet: 9D, 71 and 52. RGB value is (157,113,82). Sum of RGB (Red+Green+Blue) = 157+113+82=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7152 is #628EAD. Grayscale: #7A7A7A. Windows color (decimal): -6459054 or 5403037. OLE color: 5403037.

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

Color convert

RGB15711382-
CMYK00.280.480.38
HSL24.8º31.38%46.86%-
HSV(B)24.8º47.77%61.57%-
XYZ21.3319.5910.64-
YUV122.62105.08152.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.60%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=44.60%
G=32.10%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571138200.280.480.3824.831.3846.86
Hex9D715201C3026191f2f
Octal2351611220346046313757
Binary10011101111000110100100111001100001001101100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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