#9D5432

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

Shades of Piper #9D5432

Tints of Piper #9D5432

Color information

#9D5432 (or 0x9D5432) is unknown color: approx Piper. HEX triplet: 9D, 54 and 32. RGB value is (157,84,50). Sum of RGB (Red+Green+Blue) = 157+84+50=291 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.95% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5432 is #62ABCD. Grayscale: #666666. Windows color (decimal): -6466510 or 3298461. OLE color: 3298461.

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

Color convert

RGB1578450-
CMYK00.460.680.38
HSL19.07º51.69%40.59%-
HSV(B)19.07º68.15%61.57%-
XYZ17.6513.744.74-
YUV101.9598.68167.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.95%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 50 (19.92% from 255) = 17.18%
R=53.95%
G=28.87%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157845000.460.680.3819.0751.6940.59
Hex9D543202E4426133429
Octal2351246205610446236451
Binary1001110110101001100100101110100010010011010011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,84,50); }

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

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

 a { background-color: rgb(157,84,50); }

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

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

 span { border-color: rgb(157,84,50); }

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