#9D512F

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

Shades of Sienna #9D512F

Tints of Sienna #9D512F

Color information

#9D512F (or 0x9D512F) is unknown color: approx Sienna. HEX triplet: 9D, 51 and 2F. RGB value is (157,81,47). Sum of RGB (Red+Green+Blue) = 157+81+47=285 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.09% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 157 - color contains mainly: red. Hex color #9D512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D512F is #62AED0. Grayscale: #646464. Windows color (decimal): -6467281 or 3101085. OLE color: 3101085.

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

Color convert

RGB1578147-
CMYK00.480.700.38
HSL18.55º53.92%40%-
HSV(B)18.55º70.06%61.57%-
XYZ17.3613.264.33-
YUV99.8598.18168.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.09%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 47 (18.75% from 255) = 16.49%
R=55.09%
G=28.42%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157814700.480.700.3818.5553.9240
Hex9D512F0304626133628
Octal2351215706010646236650
Binary1001110110100011011110110000100011010011010011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,81,47); }

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

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

 a { background-color: rgb(157,81,47); }

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

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

 span { border-color: rgb(157,81,47); }

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