#9C5030

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

Shades of Piper #9C5030

Tints of Piper #9C5030

Color information

#9C5030 (or 0x9C5030) is unknown color: approx Piper. HEX triplet: 9C, 50 and 30. RGB value is (156,80,48). Sum of RGB (Red+Green+Blue) = 156+80+48=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5030 is #63AFCF. Grayscale: #636363. Windows color (decimal): -6533072 or 3166364. OLE color: 3166364.

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

Color convert

RGB1568048-
CMYK00.490.690.39
HSL17.78º52.94%40%-
HSV(B)17.78º69.23%61.18%-
XYZ17.1113.024.41-
YUV99.0899.18168.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.93%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 48 (19.14% from 255) = 16.90%
R=54.93%
G=28.17%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156804800.490.690.3917.7852.9440
Hex9C50300314527123528
Octal2341206006110547226550
Binary1001110010100001100000110001100010110011110010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,80,48); }

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

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

 a { background-color: rgb(156,80,48); }

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

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

 span { border-color: rgb(156,80,48); }

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