Html Css Color HEX #9E541F Rich Gold

📋 copy color: '#9E541F'

red 158 ◦ green 84 ◦ blue 31

#9E541F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #9E541F

Tints of Rich Gold #9E541F

RGB

 RED value IS 158 (62.11% from 255) = 57.88%

 GREEN value IS 84 (33.2% from 255) = 30.77%

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 57.88%
G = 30.77%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9E541F (or 0x9E541F) is known color: Rich Gold. HEX triplet: 9E, 54 and 1F. RGB value is (158,84,31). Sum of RGB (Red+Green+Blue) = 158+84+31=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E541F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E541F is #61ABE0. Grayscale: #646464. Windows color (decimal): -6400993 or 2053278. OLE color: 2053278.

HSL color Cylindrical-coordinate representation of color #9E541F: hue angle of 25.04º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E541F is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 84 31 -
CMYK 0 0.47 0.80 0.38
HSL 25.04º 0.67% 0.37% -
HSV(B) 25.04º 0.8% 0.62% -
XYZ 17.52 13.71 3.02 -
YUV 100.08 89.02 169.31 -
System Red Green Blue C M Y K H S L
Decimal 158 84 31 0 0.47 0.80 0.38 25.04 0.67 0.37
Hex 9E 54 1F 0 2F 50 26 19 43 25
Octal 236 124 37 0 57 120 46 31 103 45
Binary 10011110 1010100 11111 0 101111 1010000 100110 11001 1000011 100101

Color Harmonies of #9E541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E541F

Black with #9E541F

Text Example


Text Example

White with #9E541F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,84,31); }

 H1.HeaderClassName
 {
   color: #9E541F;
 }
 .AnyTagClassName
 {
   color: #9E541F;
 }
</style>

background-color css

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

 a { background-color: rgb(158,84,31); }

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

border-color css

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

 span { border-color: rgb(158,84,31); }

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