#9B503A

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

Shades of Piper #9B503A

Tints of Piper #9B503A

Color information

#9B503A (or 0x9B503A) is unknown color: approx Piper. HEX triplet: 9B, 50 and 3A. RGB value is (155,80,58). Sum of RGB (Red+Green+Blue) = 155+80+58=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B503A is #64AFC5. Grayscale: #646464. Windows color (decimal): -6598598 or 3821723. OLE color: 3821723.

HSL color Cylindrical-coordinate representation of color #9B503A: hue angle of 13.61º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B503A is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB1558058-
CMYK00.480.630.39
HSL13.61º45.54%41.76%-
HSV(B)13.61º62.58%60.78%-
XYZ17.1513.015.61-
YUV99.92104.35167.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 58 (23.05% from 255) = 19.80%
R=52.90%
G=27.30%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155805800.480.630.3913.6145.5441.76
Hex9B503A0303F27e2e2a
Octal233120720607747165652
Binary10011011101000011101001100001111111001111110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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