#9B5332

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

Shades of Piper #9B5332

Tints of Piper #9B5332

Color information

#9B5332 (or 0x9B5332) is unknown color: approx Piper. HEX triplet: 9B, 53 and 32. RGB value is (155,83,50). Sum of RGB (Red+Green+Blue) = 155+83+50=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5332 is #64ACCD. Grayscale: #646464. Windows color (decimal): -6597838 or 3298203. OLE color: 3298203.

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

Color convert

RGB1558350-
CMYK00.460.680.39
HSL18.86º51.22%40.2%-
HSV(B)18.86º67.74%60.78%-
XYZ17.1913.394.7-
YUV100.7799.35166.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.82%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 50 (19.92% from 255) = 17.36%
R=53.82%
G=28.82%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155835000.460.680.3918.8651.2240.2
Hex9B533202E4427133328
Octal2331236205610447236350
Binary1001101110100111100100101110100010010011110011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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