Html Css Color HEX #9E531D Rich Gold

📋 copy color: '#9E531D'

red 158 ◦ green 83 ◦ blue 29

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

Shades of Rich Gold #9E531D

Tints of Rich Gold #9E531D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 58.52%
G = 30.74%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E531D (or 0x9E531D) is known color: Rich Gold. HEX triplet: 9E, 53 and 1D. RGB value is (158,83,29). Sum of RGB (Red+Green+Blue) = 158+83+29=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E531D is #61ACE2. Grayscale: #636363. Windows color (decimal): -6401251 or 1921950. OLE color: 1921950.

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

Color convert

RGB 158 83 29 -
CMYK 0 0.47 0.82 0.38
HSL 25.12º 0.69% 0.37% -
HSV(B) 25.12º 0.82% 0.62% -
XYZ 17.42 13.54 2.86 -
YUV 99.27 88.35 169.89 -
System Red Green Blue C M Y K H S L
Decimal 158 83 29 0 0.47 0.82 0.38 25.12 0.69 0.37
Hex 9E 53 1D 0 2F 52 26 19 45 25
Octal 236 123 35 0 57 122 46 31 105 45
Binary 10011110 1010011 11101 0 101111 1010010 100110 11001 1000101 100101

Color Harmonies of #9E531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E531D

Black with #9E531D

Text Example


Text Example

White with #9E531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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