#9C5235

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

Shades of Piper #9C5235

Tints of Piper #9C5235

Color information

#9C5235 (or 0x9C5235) is unknown color: approx Piper. HEX triplet: 9C, 52 and 35. RGB value is (156,82,53). Sum of RGB (Red+Green+Blue) = 156+82+53=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5235 is #63ADCA. Grayscale: #656565. Windows color (decimal): -6532555 or 3494556. OLE color: 3494556.

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

Color convert

RGB1568253-
CMYK00.470.660.39
HSL16.89º49.28%40.98%-
HSV(B)16.89º66.03%61.18%-
XYZ17.3713.365.03-
YUV100.82101.02167.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.61%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=53.61%
G=28.18%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156825300.470.660.3916.8949.2840.98
Hex9C523502F4227113129
Octal2341226505710247216151
Binary1001110010100101101010101111100001010011110001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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