Html Css Color HEX #9E4A23 Rich Gold

📋 copy color: '#9E4A23'

red 158 ◦ green 74 ◦ blue 35

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

Shades of Rich Gold #9E4A23

Tints of Rich Gold #9E4A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.11%

R = 59.18%
G = 27.72%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9E4A23 (or 0x9E4A23) is known color: Rich Gold. HEX triplet: 9E, 4A and 23. RGB value is (158,74,35). Sum of RGB (Red+Green+Blue) = 158+74+35=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4A23 is #61B5DC. Grayscale: #5E5E5E. Windows color (decimal): -6403549 or 2312862. OLE color: 2312862.

HSL color Cylindrical-coordinate representation of color #9E4A23: hue angle of 19.02º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E4A23 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 74 35 -
CMYK 0 0.53 0.78 0.38
HSL 19.02º 0.64% 0.38% -
HSV(B) 19.02º 0.78% 0.62% -
XYZ 16.85 12.29 3.07 -
YUV 94.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 158 74 35 0 0.53 0.78 0.38 19.02 0.64 0.38
Hex 9E 4A 23 0 35 4E 26 13 40 26
Octal 236 112 43 0 65 116 46 23 100 46
Binary 10011110 1001010 100011 0 110101 1001110 100110 10011 1000000 100110

Color Harmonies of #9E4A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4A23

Black with #9E4A23

Text Example


Text Example

White with #9E4A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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