#9E4C1A

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

Shades of Rich Gold #9E4C1A

Tints of Rich Gold #9E4C1A

Color information

#9E4C1A (or 0x9E4C1A) is unknown color: approx Rich Gold. HEX triplet: 9E, 4C and 1A. RGB value is (158,76,26). Sum of RGB (Red+Green+Blue) = 158+76+26=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4C1A is #61B3E5. Grayscale: #5F5F5F. Windows color (decimal): -6403046 or 1723550. OLE color: 1723550.

HSL color Cylindrical-coordinate representation of color #9E4C1A: hue angle of 22.73º 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 #9E4C1A is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB1587626-
CMYK00.520.840.38
HSL22.73º71.74%36.08%-
HSV(B)22.73º83.54%61.96%-
XYZ16.8712.512.5-
YUV94.8289.17173.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.77%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 26 (10.55% from 255) = 10%
R=60.77%
G=29.23%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158762600.520.840.3822.7371.7436.08
Hex9E4C1A0345426174824
Octal23611432064124462711044
Binary1001111010011001101001101001010100100110101111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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