Html Css Color HEX #9E4F16 Rich Gold

📋 copy color: '#9E4F16'

red 158 ◦ green 79 ◦ blue 22

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

Shades of Rich Gold #9E4F16

Tints of Rich Gold #9E4F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.5%

 BLUE value IS 22 (8.98% from 255) = 8.49%

R = 61%
G = 30.5%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9E4F16 (or 0x9E4F16) is known color: Rich Gold. HEX triplet: 9E, 4F and 16. RGB value is (158,79,22). Sum of RGB (Red+Green+Blue) = 158+79+22=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E4F16 is #61B0E9. Grayscale: #606060. Windows color (decimal): -6402282 or 1462174. OLE color: 1462174.

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

Color convert

RGB 158 79 22 -
CMYK 0 0.50 0.86 0.38
HSL 25.15º 0.76% 0.35% -
HSV(B) 25.15º 0.86% 0.62% -
XYZ 17.04 12.92 2.35 -
YUV 96.12 86.17 172.13 -
System Red Green Blue C M Y K H S L
Decimal 158 79 22 0 0.50 0.86 0.38 25.15 0.76 0.35
Hex 9E 4F 16 0 32 56 26 19 4C 23
Octal 236 117 26 0 62 126 46 31 114 43
Binary 10011110 1001111 10110 0 110010 1010110 100110 11001 1001100 100011

Color Harmonies of #9E4F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4F16

Black with #9E4F16

Text Example


Text Example

White with #9E4F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,79,22); }

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

background-color css

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

 a { background-color: rgb(158,79,22); }

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

border-color css

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

 span { border-color: rgb(158,79,22); }

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