#9B572F

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

Shades of Piper #9B572F

Tints of Piper #9B572F

Color information

#9B572F (or 0x9B572F) is unknown color: approx Piper. HEX triplet: 9B, 57 and 2F. RGB value is (155,87,47). Sum of RGB (Red+Green+Blue) = 155+87+47=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B572F is #64A8D0. Grayscale: #676767. Windows color (decimal): -6596817 or 3102619. OLE color: 3102619.

HSL color Cylindrical-coordinate representation of color #9B572F: hue angle of 22.22º degrees, saturation: 0.53, 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 #9B572F is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB1558747-
CMYK00.440.700.39
HSL22.22º53.47%39.61%-
HSV(B)22.22º69.68%60.78%-
XYZ17.4413.994.47-
YUV102.7796.53165.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.63%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 47 (18.75% from 255) = 16.26%
R=53.63%
G=30.10%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155874700.440.700.3922.2253.4739.61
Hex9B572F02C4627163528
Octal2331275705410647266550
Binary1001101110101111011110101100100011010011110110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,87,47); }

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

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

 a { background-color: rgb(155,87,47); }

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

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

 span { border-color: rgb(155,87,47); }

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