#9C5035

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

Shades of Piper #9C5035

Tints of Piper #9C5035

Color information

#9C5035 (or 0x9C5035) is unknown color: approx Piper. HEX triplet: 9C, 50 and 35. RGB value is (156,80,53). Sum of RGB (Red+Green+Blue) = 156+80+53=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5035 is #63AFCA. Grayscale: #636363. Windows color (decimal): -6533067 or 3494044. OLE color: 3494044.

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

Color convert

RGB1568053-
CMYK00.490.660.39
HSL15.73º49.28%40.98%-
HSV(B)15.73º66.03%61.18%-
XYZ17.2213.064.98-
YUV99.65101.68168.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.98%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=53.98%
G=27.68%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156805300.490.660.3915.7349.2840.98
Hex9C50350314227103129
Octal2341206506110247206151
Binary1001110010100001101010110001100001010011110000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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