#9D503B

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

Shades of Piper #9D503B

Tints of Piper #9D503B

Color information

#9D503B (or 0x9D503B) is unknown color: approx Piper. HEX triplet: 9D, 50 and 3B. RGB value is (157,80,59). Sum of RGB (Red+Green+Blue) = 157+80+59=296 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.04% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 157 - color contains mainly: red. Hex color #9D503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D503B is #62AFC4. Grayscale: #646464. Windows color (decimal): -6467525 or 3887261. OLE color: 3887261.

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

Color convert

RGB1578059-
CMYK00.490.620.38
HSL12.86º45.37%42.35%-
HSV(B)12.86º62.42%61.57%-
XYZ17.5613.225.76-
YUV100.63104.51168.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.04%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 59 (23.44% from 255) = 19.93%
R=53.04%
G=27.03%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157805900.490.620.3812.8645.3742.35
Hex9D503B0313E26d2d2a
Octal235120730617646155552
Binary10011101101000011101101100011111101001101101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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