#9B5534

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

Shades of Piper #9B5534

Tints of Piper #9B5534

Color information

#9B5534 (or 0x9B5534) is unknown color: approx Piper. HEX triplet: 9B, 55 and 34. RGB value is (155,85,52). Sum of RGB (Red+Green+Blue) = 155+85+52=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5534 is #64AACB. Grayscale: #666666. Windows color (decimal): -6597324 or 3429787. OLE color: 3429787.

HSL color Cylindrical-coordinate representation of color #9B5534: hue angle of 19.22º degrees, saturation: 0.5, 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 #9B5534 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB1558552-
CMYK00.450.660.39
HSL19.22º49.76%40.59%-
HSV(B)19.22º66.45%60.78%-
XYZ17.3913.714.98-
YUV102.1799.69165.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.08%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 52 (20.70% from 255) = 17.81%
R=53.08%
G=29.11%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155855200.450.660.3919.2249.7640.59
Hex9B553402D4227133229
Octal2331256405510247236251
Binary1001101110101011101000101101100001010011110011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,85,52); }

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

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

 a { background-color: rgb(155,85,52); }

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

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

 span { border-color: rgb(155,85,52); }

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