#9C581E

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

Shades of Rich Gold #9C581E

Tints of Rich Gold #9C581E

Color information

#9C581E (or 0x9C581E) is unknown color: approx Rich Gold. HEX triplet: 9C, 58 and 1E. RGB value is (156,88,30). Sum of RGB (Red+Green+Blue) = 156+88+30=274 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.93% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 156 - color contains mainly: red. Hex color #9C581E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C581E is #63A7E1. Grayscale: #666666. Windows color (decimal): -6531042 or 1988764. OLE color: 1988764.

HSL color Cylindrical-coordinate representation of color #9C581E: hue angle of 27.62º degrees, saturation: 0.68, 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 #9C581E is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB1568830-
CMYK00.440.810.39
HSL27.62º67.74%36.47%-
HSV(B)27.62º80.77%61.18%-
XYZ17.4314.143.04-
YUV101.7287.53166.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.93%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 30 (12.11% from 255) = 10.95%
R=56.93%
G=32.12%
B=10.95%

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
Decimal156883000.440.810.3927.6267.7436.47
Hex9C581E02C51271c4424
Octal23413036054121473410444
Binary1001110010110001111001011001010001100111111001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,88,30); }

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

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

 a { background-color: rgb(156,88,30); }

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

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

 span { border-color: rgb(156,88,30); }

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