Html Css Color HEX #9E5212 Rich Gold

📋 copy color: '#9E5212'

red 158 ◦ green 82 ◦ blue 18

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

Shades of Rich Gold #9E5212

Tints of Rich Gold #9E5212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.78%

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

R = 61.24%
G = 31.78%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9E5212 (or 0x9E5212) is known color: Rich Gold. HEX triplet: 9E, 52 and 12. RGB value is (158,82,18). Sum of RGB (Red+Green+Blue) = 158+82+18=258 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.24% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5212 is #61ADED. Grayscale: #616161. Windows color (decimal): -6401518 or 1200798. OLE color: 1200798.

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

Color convert

RGB 158 82 18 -
CMYK 0 0.48 0.89 0.38
HSL 27.43º 0.8% 0.35% -
HSV(B) 27.43º 0.89% 0.62% -
XYZ 17.23 13.35 2.24 -
YUV 97.43 83.18 171.2 -
System Red Green Blue C M Y K H S L
Decimal 158 82 18 0 0.48 0.89 0.38 27.43 0.8 0.35
Hex 9E 52 12 0 30 59 26 1B 50 23
Octal 236 122 22 0 60 131 46 33 120 43
Binary 10011110 1010010 10010 0 110000 1011001 100110 11011 1010000 100011

Color Harmonies of #9E5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5212

Black with #9E5212

Text Example


Text Example

White with #9E5212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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