#9C5730

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

Shades of Piper #9C5730

Tints of Piper #9C5730

Color information

#9C5730 (or 0x9C5730) is unknown color: approx Piper. HEX triplet: 9C, 57 and 30. RGB value is (156,87,48). Sum of RGB (Red+Green+Blue) = 156+87+48=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5730 is #63A8CF. Grayscale: #676767. Windows color (decimal): -6531280 or 3168156. OLE color: 3168156.

HSL color Cylindrical-coordinate representation of color #9C5730: hue angle of 21.67º 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 #9C5730 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB1568748-
CMYK00.440.690.39
HSL21.67º52.94%40%-
HSV(B)21.67º69.23%61.18%-
XYZ17.6514.14.59-
YUV103.1896.86165.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.61%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 48 (19.14% from 255) = 16.49%
R=53.61%
G=29.90%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156874800.440.690.3921.6752.9440
Hex9C573002C4527163528
Octal2341276005410547266550
Binary1001110010101111100000101100100010110011110110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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