#9C532E

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

Shades of Sienna #9C532E

Tints of Sienna #9C532E

Color information

#9C532E (or 0x9C532E) is unknown color: approx Sienna. HEX triplet: 9C, 53 and 2E. RGB value is (156,83,46). Sum of RGB (Red+Green+Blue) = 156+83+46=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C532E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C532E is #63ACD1. Grayscale: #646464. Windows color (decimal): -6532306 or 3036060. OLE color: 3036060.

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

Color convert

RGB1568346-
CMYK00.470.710.39
HSL20.18º54.46%39.61%-
HSV(B)20.18º70.51%61.18%-
XYZ17.313.454.27-
YUV100.6197.18167.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.74%
GREEN value IS 83 (32.81% from 255) = 29.12%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=54.74%
G=29.12%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156834600.470.710.3920.1854.4639.61
Hex9C532E02F4727143628
Octal2341235605710747246650
Binary1001110010100111011100101111100011110011110100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,83,46); }

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

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

 a { background-color: rgb(156,83,46); }

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

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

 span { border-color: rgb(156,83,46); }

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