#9D7255

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

Shades of Pale Brown #9D7255

Tints of Pale Brown #9D7255

Color information

#9D7255 (or 0x9D7255) is unknown color: approx Pale Brown. HEX triplet: 9D, 72 and 55. RGB value is (157,114,85). Sum of RGB (Red+Green+Blue) = 157+114+85=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7255 is #628DAA. Grayscale: #7B7B7B. Windows color (decimal): -6458795 or 5599901. OLE color: 5599901.

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

Color convert

RGB15711485-
CMYK00.270.460.38
HSL24.17º29.75%47.45%-
HSV(B)24.17º45.86%61.57%-
XYZ21.5619.8611.29-
YUV123.55106.25151.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.10%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=44.10%
G=32.02%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571148500.270.460.3824.1729.7547.45
Hex9D725501B2E26181e2f
Octal2351621250335646303657
Binary10011101111001010101010110111011101001101100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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