#9C513B

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

Shades of Piper #9C513B

Tints of Piper #9C513B

Color information

#9C513B (or 0x9C513B) is unknown color: approx Piper. HEX triplet: 9C, 51 and 3B. RGB value is (156,81,59). Sum of RGB (Red+Green+Blue) = 156+81+59=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C513B is #63AEC4. Grayscale: #656565. Windows color (decimal): -6532805 or 3887516. OLE color: 3887516.

HSL color Cylindrical-coordinate representation of color #9C513B: hue angle of 13.61º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C513B is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB1568159-
CMYK00.480.620.39
HSL13.61º45.12%42.16%-
HSV(B)13.61º62.18%61.18%-
XYZ17.4413.275.78-
YUV100.92104.35167.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.70%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 59 (23.44% from 255) = 19.93%
R=52.70%
G=27.36%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156815900.480.620.3913.6145.1242.16
Hex9C513B0303E27e2d2a
Octal234121730607647165552
Binary10011100101000111101101100001111101001111110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,81,59); }

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

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

 a { background-color: rgb(156,81,59); }

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

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

 span { border-color: rgb(156,81,59); }

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