Html Css Color HEX #9E5312 Rich Gold

📋 copy color: '#9E5312'

red 158 ◦ green 83 ◦ blue 18

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

Shades of Rich Gold #9E5312

Tints of Rich Gold #9E5312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 61%
G = 32.05%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9E5312 (or 0x9E5312) is known color: Rich Gold. HEX triplet: 9E, 53 and 12. RGB value is (158,83,18). Sum of RGB (Red+Green+Blue) = 158+83+18=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5312 is #61ACED. Grayscale: #626262. Windows color (decimal): -6401262 or 1201054. OLE color: 1201054.

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

Color convert

RGB 158 83 18 -
CMYK 0 0.47 0.89 0.38
HSL 27.86º 0.8% 0.35% -
HSV(B) 27.86º 0.89% 0.62% -
XYZ 17.3 13.5 2.27 -
YUV 98.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 158 83 18 0 0.47 0.89 0.38 27.86 0.8 0.35
Hex 9E 53 12 0 2F 59 26 1C 50 23
Octal 236 123 22 0 57 131 46 34 120 43
Binary 10011110 1010011 10010 0 101111 1011001 100110 11100 1010000 100011

Color Harmonies of #9E5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5312

Black with #9E5312

Text Example


Text Example

White with #9E5312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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