#9A5036

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

Shades of Piper #9A5036

Tints of Piper #9A5036

Color information

#9A5036 (or 0x9A5036) is unknown color: approx Piper. HEX triplet: 9A, 50 and 36. RGB value is (154,80,54). Sum of RGB (Red+Green+Blue) = 154+80+54=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5036 is #65AFC9. Grayscale: #636363. Windows color (decimal): -6664138 or 3559578. OLE color: 3559578.

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

Color convert

RGB1548054-
CMYK00.480.650.40
HSL15.6º48.08%40.78%-
HSV(B)15.6º64.94%60.39%-
XYZ16.8612.875.09-
YUV99.16102.52167.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.47%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 54 (21.48% from 255) = 18.75%
R=53.47%
G=27.78%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154805400.480.650.4015.648.0840.78
Hex9A50360304128103029
Octal2321206606010150206051
Binary1001101010100001101100110000100000110100010000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,80,54); }

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

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

 a { background-color: rgb(154,80,54); }

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

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

 span { border-color: rgb(154,80,54); }

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