#9B5330

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

Shades of Piper #9B5330

Tints of Piper #9B5330

Color information

#9B5330 (or 0x9B5330) is unknown color: approx Piper. HEX triplet: 9B, 53 and 30. RGB value is (155,83,48). Sum of RGB (Red+Green+Blue) = 155+83+48=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5330 is #64ACCF. Grayscale: #646464. Windows color (decimal): -6597840 or 3167131. OLE color: 3167131.

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

Color convert

RGB1558348-
CMYK00.460.690.39
HSL19.63º52.71%39.8%-
HSV(B)19.63º69.03%60.78%-
XYZ17.1413.374.47-
YUV100.5498.35166.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.20%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 48 (19.14% from 255) = 16.78%
R=54.20%
G=29.02%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155834800.460.690.3919.6352.7139.8
Hex9B533002E4527143528
Octal2331236005610547246550
Binary1001101110100111100000101110100010110011110100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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