#9E481A

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

Shades of Rich Gold #9E481A

Tints of Rich Gold #9E481A

Color information

#9E481A (or 0x9E481A) is unknown color: approx Rich Gold. HEX triplet: 9E, 48 and 1A. RGB value is (158,72,26). Sum of RGB (Red+Green+Blue) = 158+72+26=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E481A is #61B7E5. Grayscale: #5C5C5C. Windows color (decimal): -6404070 or 1722526. OLE color: 1722526.

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

Color convert

RGB1587226-
CMYK00.540.840.38
HSL20.91º71.74%36.08%-
HSV(B)20.91º83.54%61.96%-
XYZ16.611.982.41-
YUV92.4790.49174.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.72%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 26 (10.55% from 255) = 10.16%
R=61.72%
G=28.12%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158722600.540.840.3820.9171.7436.08
Hex9E481A0365426154824
Octal23611032066124462511044
Binary1001111010010001101001101101010100100110101011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,72,26); }

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

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

 a { background-color: rgb(158,72,26); }

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

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

 span { border-color: rgb(158,72,26); }

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