#9E4B1A

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

Shades of Rich Gold #9E4B1A

Tints of Rich Gold #9E4B1A

Color information

#9E4B1A (or 0x9E4B1A) is unknown color: approx Rich Gold. HEX triplet: 9E, 4B and 1A. RGB value is (158,75,26). Sum of RGB (Red+Green+Blue) = 158+75+26=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4B1A is #61B4E5. Grayscale: #5E5E5E. Windows color (decimal): -6403302 or 1723294. OLE color: 1723294.

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

Color convert

RGB1587526-
CMYK00.530.840.38
HSL22.27º71.74%36.08%-
HSV(B)22.27º83.54%61.96%-
XYZ16.812.382.48-
YUV94.2389.5173.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.00%
GREEN value IS 75 (29.69% from 255) = 28.96%
BLUE value IS 26 (10.55% from 255) = 10.04%
R=61.00%
G=28.96%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158752600.530.840.3822.2771.7436.08
Hex9E4B1A0355426164824
Octal23611332065124462611044
Binary1001111010010111101001101011010100100110101101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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