#9D5231

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

Shades of Piper #9D5231

Tints of Piper #9D5231

Color information

#9D5231 (or 0x9D5231) is unknown color: approx Piper. HEX triplet: 9D, 52 and 31. RGB value is (157,82,49). Sum of RGB (Red+Green+Blue) = 157+82+49=288 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.51% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5231 is #62ADCE. Grayscale: #646464. Windows color (decimal): -6467023 or 3232413. OLE color: 3232413.

HSL color Cylindrical-coordinate representation of color #9D5231: hue angle of 18.33º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D5231 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB1578249-
CMYK00.480.690.38
HSL18.33º52.43%40.39%-
HSV(B)18.33º68.79%61.57%-
XYZ17.4813.424.58-
YUV100.6698.85168.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.51%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 49 (19.53% from 255) = 17.01%
R=54.51%
G=28.47%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157824900.480.690.3818.3352.4340.39
Hex9D52310304526123428
Octal2351226106010546226450
Binary1001110110100101100010110000100010110011010010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,82,49); }

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

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

 a { background-color: rgb(157,82,49); }

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

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

 span { border-color: rgb(157,82,49); }

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