#9B4D36

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

Shades of Piper #9B4D36

Tints of Piper #9B4D36

Color information

#9B4D36 (or 0x9B4D36) is unknown color: approx Piper. HEX triplet: 9B, 4D and 36. RGB value is (155,77,54). Sum of RGB (Red+Green+Blue) = 155+77+54=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4D36 is #64B2C9. Grayscale: #616161. Windows color (decimal): -6599370 or 3558811. OLE color: 3558811.

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

Color convert

RGB1557754-
CMYK00.500.650.39
HSL13.66º48.33%40.98%-
HSV(B)13.66º65.16%60.78%-
XYZ16.8412.545.02-
YUV97.7103.34168.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.20%
GREEN value IS 77 (30.47% from 255) = 26.92%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=54.20%
G=26.92%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155775400.500.650.3913.6648.3340.98
Hex9B4D360324127e3029
Octal2331156606210147166051
Binary100110111001101110110011001010000011001111110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,77,54); }

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

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

 a { background-color: rgb(155,77,54); }

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

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

 span { border-color: rgb(155,77,54); }

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