#9C502D

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

Shades of Sienna #9C502D

Tints of Sienna #9C502D

Color information

#9C502D (or 0x9C502D) is unknown color: approx Sienna. HEX triplet: 9C, 50 and 2D. RGB value is (156,80,45). Sum of RGB (Red+Green+Blue) = 156+80+45=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C502D is #63AFD2. Grayscale: #626262. Windows color (decimal): -6533075 or 2969756. OLE color: 2969756.

HSL color Cylindrical-coordinate representation of color #9C502D: hue angle of 18.92º 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 #9C502D is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB1568045-
CMYK00.490.710.39
HSL18.92º55.22%39.41%-
HSV(B)18.92º71.15%61.18%-
XYZ17.0512.994.09-
YUV98.7397.68168.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.52%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=55.52%
G=28.47%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156804500.490.710.3918.9255.2239.41
Hex9C502D0314727133727
Octal2341205506110747236747
Binary1001110010100001011010110001100011110011110011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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