#9C5331

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

Shades of Piper #9C5331

Tints of Piper #9C5331

Color information

#9C5331 (or 0x9C5331) is unknown color: approx Piper. HEX triplet: 9C, 53 and 31. RGB value is (156,83,49). Sum of RGB (Red+Green+Blue) = 156+83+49=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5331 is #63ACCE. Grayscale: #656565. Windows color (decimal): -6532303 or 3232668. OLE color: 3232668.

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

Color convert

RGB1568349-
CMYK00.470.690.39
HSL19.07º52.2%40.2%-
HSV(B)19.07º68.59%61.18%-
XYZ17.3613.484.59-
YUV100.9598.68167.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.17%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 49 (19.53% from 255) = 17.01%
R=54.17%
G=28.82%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156834900.470.690.3919.0752.240.2
Hex9C533102F4527133428
Octal2341236105710547236450
Binary1001110010100111100010101111100010110011110011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,83,49); }

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

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

 a { background-color: rgb(156,83,49); }

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

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

 span { border-color: rgb(156,83,49); }

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