#9B5339

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

Shades of Piper #9B5339

Tints of Piper #9B5339

Color information

#9B5339 (or 0x9B5339) is unknown color: approx Piper. HEX triplet: 9B, 53 and 39. RGB value is (155,83,57). Sum of RGB (Red+Green+Blue) = 155+83+57=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5339 is #64ACC6. Grayscale: #656565. Windows color (decimal): -6597831 or 3756955. OLE color: 3756955.

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

Color convert

RGB1558357-
CMYK00.460.630.39
HSL15.92º46.23%41.57%-
HSV(B)15.92º63.23%60.78%-
XYZ17.3513.455.55-
YUV101.56102.85166.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.54%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 57 (22.66% from 255) = 19.32%
R=52.54%
G=28.14%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155835700.460.630.3915.9246.2341.57
Hex9B533902E3F27102e2a
Octal233123710567747205652
Binary100110111010011111001010111011111110011110000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,83,57); }

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

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

 a { background-color: rgb(155,83,57); }

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

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

 span { border-color: rgb(155,83,57); }

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