#9B523A

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

Shades of Piper #9B523A

Tints of Piper #9B523A

Color information

#9B523A (or 0x9B523A) is unknown color: approx Piper. HEX triplet: 9B, 52 and 3A. RGB value is (155,82,58). Sum of RGB (Red+Green+Blue) = 155+82+58=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B523A is #64ADC5. Grayscale: #656565. Windows color (decimal): -6598086 or 3822235. OLE color: 3822235.

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

Color convert

RGB1558258-
CMYK00.470.630.39
HSL14.85º45.54%41.76%-
HSV(B)14.85º62.58%60.78%-
XYZ17.313.315.66-
YUV101.09103.68166.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.54%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=52.54%
G=27.80%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155825800.470.630.3914.8545.5441.76
Hex9B523A02F3F27f2e2a
Octal233122720577747175652
Binary10011011101001011101001011111111111001111111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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