Html Css Color HEX #9E531F Rich Gold

📋 copy color: '#9E531F'

red 158 ◦ green 83 ◦ blue 31

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

Shades of Rich Gold #9E531F

Tints of Rich Gold #9E531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.51%

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

R = 58.09%
G = 30.51%
B = 11.4%

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

#9E531F (or 0x9E531F) is known color: Rich Gold. HEX triplet: 9E, 53 and 1F. RGB value is (158,83,31). Sum of RGB (Red+Green+Blue) = 158+83+31=272 (36% of max value = 765). Red value is 158 (62.11% from 255 or 58.09% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 158 - color contains mainly: red. Hex color #9E531F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E531F is #61ACE0. Grayscale: #636363. Windows color (decimal): -6401249 or 2053022. OLE color: 2053022.

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

Color convert

RGB 158 83 31 -
CMYK 0 0.47 0.80 0.38
HSL 24.57º 0.67% 0.37% -
HSV(B) 24.57º 0.8% 0.62% -
XYZ 17.44 13.55 2.99 -
YUV 99.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 158 83 31 0 0.47 0.80 0.38 24.57 0.67 0.37
Hex 9E 53 1F 0 2F 50 26 19 43 25
Octal 236 123 37 0 57 120 46 31 103 45
Binary 10011110 1010011 11111 0 101111 1010000 100110 11001 1000011 100101

Color Harmonies of #9E531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E531F

Black with #9E531F

Text Example


Text Example

White with #9E531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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