Html Css Color HEX #9E4617 Rich Gold

📋 copy color: '#9E4617'

red 158 ◦ green 70 ◦ blue 23

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

Shades of Rich Gold #9E4617

Tints of Rich Gold #9E4617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

 BLUE value IS 23 (9.38% from 255) = 9.16%

R = 62.95%
G = 27.89%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9E4617 (or 0x9E4617) is known color: Rich Gold. HEX triplet: 9E, 46 and 17. RGB value is (158,70,23). Sum of RGB (Red+Green+Blue) = 158+70+23=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4617 is #61B9E8. Grayscale: #5B5B5B. Windows color (decimal): -6404585 or 1525406. OLE color: 1525406.

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

Color convert

RGB 158 70 23 -
CMYK 0 0.56 0.85 0.38
HSL 20.89º 0.75% 0.35% -
HSV(B) 20.89º 0.85% 0.62% -
XYZ 16.45 11.71 2.2 -
YUV 90.95 89.65 175.82 -
System Red Green Blue C M Y K H S L
Decimal 158 70 23 0 0.56 0.85 0.38 20.89 0.75 0.35
Hex 9E 46 17 0 38 55 26 15 4B 23
Octal 236 106 27 0 70 125 46 25 113 43
Binary 10011110 1000110 10111 0 111000 1010101 100110 10101 1001011 100011

Color Harmonies of #9E4617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4617

Black with #9E4617

Text Example


Text Example

White with #9E4617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,70,23); }

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

background-color css

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

 a { background-color: rgb(158,70,23); }

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

border-color css

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

 span { border-color: rgb(158,70,23); }

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