#9B503B

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

Shades of Piper #9B503B

Tints of Piper #9B503B

Color information

#9B503B (or 0x9B503B) is unknown color: approx Piper. HEX triplet: 9B, 50 and 3B. RGB value is (155,80,59). Sum of RGB (Red+Green+Blue) = 155+80+59=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B503B is #64AFC4. Grayscale: #646464. Windows color (decimal): -6598597 or 3887259. OLE color: 3887259.

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

Color convert

RGB1558059-
CMYK00.480.620.39
HSL13.13º44.86%41.96%-
HSV(B)13.13º61.94%60.78%-
XYZ17.1813.025.75-
YUV100.03104.85167.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.72%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 59 (23.44% from 255) = 20.07%
R=52.72%
G=27.21%
B=20.07%

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
Decimal155805900.480.620.3913.1344.8641.96
Hex9B503B0303E27d2d2a
Octal233120730607647155552
Binary10011011101000011101101100001111101001111101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,80,59); }

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

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

 a { background-color: rgb(155,80,59); }

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

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

 span { border-color: rgb(155,80,59); }

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