#9D561C

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

Shades of Rich Gold #9D561C

Tints of Rich Gold #9D561C

Color information

#9D561C (or 0x9D561C) is unknown color: approx Rich Gold. HEX triplet: 9D, 56 and 1C. RGB value is (157,86,28). Sum of RGB (Red+Green+Blue) = 157+86+28=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D561C is #62A9E3. Grayscale: #646464. Windows color (decimal): -6466020 or 1857181. OLE color: 1857181.

HSL color Cylindrical-coordinate representation of color #9D561C: hue angle of 26.98º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D561C is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB1578628-
CMYK00.450.820.38
HSL26.98º69.73%36.27%-
HSV(B)26.98º82.17%61.57%-
XYZ17.4413.912.86-
YUV100.6287.02168.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.93%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 28 (11.33% from 255) = 10.33%
R=57.93%
G=31.73%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157862800.450.820.3826.9869.7336.27
Hex9D561C02D52261b4624
Octal23512634055122463310644
Binary1001110110101101110001011011010010100110110111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,86,28); }

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

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

 a { background-color: rgb(157,86,28); }

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

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

 span { border-color: rgb(157,86,28); }

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