#9C571D

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

Shades of Rich Gold #9C571D

Tints of Rich Gold #9C571D

Color information

#9C571D (or 0x9C571D) is unknown color: approx Rich Gold. HEX triplet: 9C, 57 and 1D. RGB value is (156,87,29). Sum of RGB (Red+Green+Blue) = 156+87+29=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C571D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C571D is #63A8E2. Grayscale: #656565. Windows color (decimal): -6531299 or 1922972. OLE color: 1922972.

HSL color Cylindrical-coordinate representation of color #9C571D: hue angle of 27.4º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C571D is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB1568729-
CMYK00.440.810.39
HSL27.4º68.65%36.27%-
HSV(B)27.4º81.41%61.18%-
XYZ17.3413.972.95-
YUV101.0287.36167.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.35%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 29 (11.72% from 255) = 10.66%
R=57.35%
G=31.99%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156872900.440.810.3927.468.6536.27
Hex9C571D02C51271b4524
Octal23412735054121473310544
Binary1001110010101111110101011001010001100111110111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,87,29); }

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

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

 a { background-color: rgb(156,87,29); }

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

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

 span { border-color: rgb(156,87,29); }

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