#9B5235

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

Shades of Piper #9B5235

Tints of Piper #9B5235

Color information

#9B5235 (or 0x9B5235) is unknown color: approx Piper. HEX triplet: 9B, 52 and 35. RGB value is (155,82,53). Sum of RGB (Red+Green+Blue) = 155+82+53=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5235 is #64ADCA. Grayscale: #646464. Windows color (decimal): -6598091 or 3494555. OLE color: 3494555.

HSL color Cylindrical-coordinate representation of color #9B5235: hue angle of 17.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B5235 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB1558253-
CMYK00.470.660.39
HSL17.06º49.04%40.78%-
HSV(B)17.06º65.81%60.78%-
XYZ17.1813.265.02-
YUV100.52101.18166.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.45%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 53 (21.09% from 255) = 18.28%
R=53.45%
G=28.28%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155825300.470.660.3917.0649.0440.78
Hex9B523502F4227113129
Octal2331226505710247216151
Binary1001101110100101101010101111100001010011110001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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