#9D5130

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

Shades of Piper #9D5130

Tints of Piper #9D5130

Color information

#9D5130 (or 0x9D5130) is unknown color: approx Piper. HEX triplet: 9D, 51 and 30. RGB value is (157,81,48). Sum of RGB (Red+Green+Blue) = 157+81+48=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5130 is #62AECF. Grayscale: #646464. Windows color (decimal): -6467280 or 3166621. OLE color: 3166621.

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

Color convert

RGB1578148-
CMYK00.480.690.38
HSL18.17º53.17%40.2%-
HSV(B)18.17º69.43%61.57%-
XYZ17.3813.274.44-
YUV99.9698.68168.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.90%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 48 (19.14% from 255) = 16.78%
R=54.90%
G=28.32%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157814800.480.690.3818.1753.1740.2
Hex9D51300304526123528
Octal2351216006010546226550
Binary1001110110100011100000110000100010110011010010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,81,48); }

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

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

 a { background-color: rgb(157,81,48); }

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

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

 span { border-color: rgb(157,81,48); }

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