Html Css Color HEX #9E511D Rich Gold

📋 copy color: '#9E511D'

red 158 ◦ green 81 ◦ blue 29

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

Shades of Rich Gold #9E511D

Tints of Rich Gold #9E511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.22%

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

R = 58.96%
G = 30.22%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E511D (or 0x9E511D) is known color: Rich Gold. HEX triplet: 9E, 51 and 1D. RGB value is (158,81,29). Sum of RGB (Red+Green+Blue) = 158+81+29=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E511D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E511D is #61AEE2. Grayscale: #626262. Windows color (decimal): -6401763 or 1921438. OLE color: 1921438.

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

Color convert

RGB 158 81 29 -
CMYK 0 0.49 0.82 0.38
HSL 24.19º 0.69% 0.37% -
HSV(B) 24.19º 0.82% 0.62% -
XYZ 17.26 13.24 2.81 -
YUV 98.1 89.01 170.73 -
System Red Green Blue C M Y K H S L
Decimal 158 81 29 0 0.49 0.82 0.38 24.19 0.69 0.37
Hex 9E 51 1D 0 31 52 26 18 45 25
Octal 236 121 35 0 61 122 46 30 105 45
Binary 10011110 1010001 11101 0 110001 1010010 100110 11000 1000101 100101

Color Harmonies of #9E511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E511D

Black with #9E511D

Text Example


Text Example

White with #9E511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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