#9C431A

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

Shades of Rich Gold #9C431A

Tints of Rich Gold #9C431A

Color information

#9C431A (or 0x9C431A) is unknown color: approx Rich Gold. HEX triplet: 9C, 43 and 1A. RGB value is (156,67,26). Sum of RGB (Red+Green+Blue) = 156+67+26=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C431A is #63BCE5. Grayscale: #595959. Windows color (decimal): -6536422 or 1721244. OLE color: 1721244.

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

Color convert

RGB1566726-
CMYK00.570.830.39
HSL18.92º71.43%35.69%-
HSV(B)18.92º83.33%61.18%-
XYZ15.911.162.29-
YUV88.9492.49175.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.65%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 26 (10.55% from 255) = 10.44%
R=62.65%
G=26.91%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156672600.570.830.3918.9271.4335.69
Hex9C431A0395327134724
Octal23410332071123472310744
Binary1001110010000111101001110011010011100111100111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,67,26); }

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

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

 a { background-color: rgb(156,67,26); }

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

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

 span { border-color: rgb(156,67,26); }

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