Html Css Color HEX #9E4A16 Rich Gold

📋 copy color: '#9E4A16'

red 158 ◦ green 74 ◦ blue 22

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

Shades of Rich Gold #9E4A16

Tints of Rich Gold #9E4A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.13%

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

R = 62.2%
G = 29.13%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9E4A16 (or 0x9E4A16) is known color: Rich Gold. HEX triplet: 9E, 4A and 16. RGB value is (158,74,22). Sum of RGB (Red+Green+Blue) = 158+74+22=254 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.20% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4A16 is #61B5E9. Grayscale: #5D5D5D. Windows color (decimal): -6403562 or 1460894. OLE color: 1460894.

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

Color convert

RGB 158 74 22 -
CMYK 0 0.53 0.86 0.38
HSL 22.94º 0.76% 0.35% -
HSV(B) 22.94º 0.86% 0.62% -
XYZ 16.69 12.22 2.24 -
YUV 93.19 87.83 174.23 -
System Red Green Blue C M Y K H S L
Decimal 158 74 22 0 0.53 0.86 0.38 22.94 0.76 0.35
Hex 9E 4A 16 0 35 56 26 17 4C 23
Octal 236 112 26 0 65 126 46 27 114 43
Binary 10011110 1001010 10110 0 110101 1010110 100110 10111 1001100 100011

Color Harmonies of #9E4A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4A16

Black with #9E4A16

Text Example


Text Example

White with #9E4A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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