#9C512D

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

Shades of Sienna #9C512D

Tints of Sienna #9C512D

Color information

#9C512D (or 0x9C512D) is unknown color: approx Sienna. HEX triplet: 9C, 51 and 2D. RGB value is (156,81,45). Sum of RGB (Red+Green+Blue) = 156+81+45=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C512D is #63AED2. Grayscale: #636363. Windows color (decimal): -6532819 or 2970012. OLE color: 2970012.

HSL color Cylindrical-coordinate representation of color #9C512D: hue angle of 19.46º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C512D is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB1568145-
CMYK00.480.710.39
HSL19.46º55.22%39.41%-
HSV(B)19.46º71.15%61.18%-
XYZ17.1313.144.12-
YUV99.3297.35168.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.32%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=55.32%
G=28.72%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156814500.480.710.3919.4655.2239.41
Hex9C512D0304727133727
Octal2341215506010747236747
Binary1001110010100011011010110000100011110011110011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,81,45); }

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

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

 a { background-color: rgb(156,81,45); }

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

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

 span { border-color: rgb(156,81,45); }

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