#9B5438

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

Shades of Piper #9B5438

Tints of Piper #9B5438

Color information

#9B5438 (or 0x9B5438) is unknown color: approx Piper. HEX triplet: 9B, 54 and 38. RGB value is (155,84,56). Sum of RGB (Red+Green+Blue) = 155+84+56=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5438 is #64ABC7. Grayscale: #666666. Windows color (decimal): -6597576 or 3691675. OLE color: 3691675.

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

Color convert

RGB1558456-
CMYK00.460.640.39
HSL16.97º46.92%41.37%-
HSV(B)16.97º63.87%60.78%-
XYZ17.413.595.45-
YUV102.04102.02165.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.54%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=52.54%
G=28.47%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155845600.460.640.3916.9746.9241.37
Hex9B543802E4027112f29
Octal2331247005610047215751
Binary1001101110101001110000101110100000010011110001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,84,56); }

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

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

 a { background-color: rgb(155,84,56); }

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

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

 span { border-color: rgb(155,84,56); }

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