#9D5534

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

Shades of Piper #9D5534

Tints of Piper #9D5534

Color information

#9D5534 (or 0x9D5534) is unknown color: approx Piper. HEX triplet: 9D, 55 and 34. RGB value is (157,85,52). Sum of RGB (Red+Green+Blue) = 157+85+52=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5534 is #62AACB. Grayscale: #666666. Windows color (decimal): -6466252 or 3429789. OLE color: 3429789.

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

Color convert

RGB1578552-
CMYK00.460.670.38
HSL18.86º50.24%40.98%-
HSV(B)18.86º66.88%61.57%-
XYZ17.7713.915-
YUV102.7799.35166.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.40%
GREEN value IS 85 (33.59% from 255) = 28.91%
BLUE value IS 52 (20.70% from 255) = 17.69%
R=53.40%
G=28.91%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157855200.460.670.3818.8650.2440.98
Hex9D553402E4326133229
Octal2351256405610346236251
Binary1001110110101011101000101110100001110011010011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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