#9B5038

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

Shades of Piper #9B5038

Tints of Piper #9B5038

Color information

#9B5038 (or 0x9B5038) is unknown color: approx Piper. HEX triplet: 9B, 50 and 38. RGB value is (155,80,56). Sum of RGB (Red+Green+Blue) = 155+80+56=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5038 is #64AFC7. Grayscale: #636363. Windows color (decimal): -6598600 or 3690651. OLE color: 3690651.

HSL color Cylindrical-coordinate representation of color #9B5038: hue angle of 14.55º 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 #9B5038 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB1558056-
CMYK00.480.640.39
HSL14.55º46.92%41.37%-
HSV(B)14.55º63.87%60.78%-
XYZ17.112.995.35-
YUV99.69103.35167.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.26%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 56 (22.27% from 255) = 19.24%
R=53.26%
G=27.49%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155805600.480.640.3914.5546.9241.37
Hex9B50380304027f2f29
Octal2331207006010047175751
Binary100110111010000111000011000010000001001111111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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