#9C552F

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

Shades of Piper #9C552F

Tints of Piper #9C552F

Color information

#9C552F (or 0x9C552F) is unknown color: approx Piper. HEX triplet: 9C, 55 and 2F. RGB value is (156,85,47). Sum of RGB (Red+Green+Blue) = 156+85+47=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C552F is #63AAD0. Grayscale: #666666. Windows color (decimal): -6531793 or 3102108. OLE color: 3102108.

HSL color Cylindrical-coordinate representation of color #9C552F: hue angle of 20.92º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C552F is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB1568547-
CMYK00.460.700.39
HSL20.92º53.69%39.8%-
HSV(B)20.92º69.87%61.18%-
XYZ17.4713.774.43-
YUV101.997.02166.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.17%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 47 (18.75% from 255) = 16.32%
R=54.17%
G=29.51%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156854700.460.700.3920.9253.6939.8
Hex9C552F02E4627153628
Octal2341255705610647256650
Binary1001110010101011011110101110100011010011110101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,85,47); }

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

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

 a { background-color: rgb(156,85,47); }

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

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

 span { border-color: rgb(156,85,47); }

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