Html Css Color HEX #9E4A1D Rich Gold

📋 copy color: '#9E4A1D'

red 158 ◦ green 74 ◦ blue 29

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

Shades of Rich Gold #9E4A1D

Tints of Rich Gold #9E4A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.11%

R = 60.54%
G = 28.35%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E4A1D (or 0x9E4A1D) is known color: Rich Gold. HEX triplet: 9E, 4A and 1D. RGB value is (158,74,29). Sum of RGB (Red+Green+Blue) = 158+74+29=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4A1D is #61B5E2. Grayscale: #5E5E5E. Windows color (decimal): -6403555 or 1919646. OLE color: 1919646.

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

Color convert

RGB 158 74 29 -
CMYK 0 0.53 0.82 0.38
HSL 20.93º 0.69% 0.37% -
HSV(B) 20.93º 0.82% 0.62% -
XYZ 16.77 12.26 2.64 -
YUV 93.99 91.33 173.66 -
System Red Green Blue C M Y K H S L
Decimal 158 74 29 0 0.53 0.82 0.38 20.93 0.69 0.37
Hex 9E 4A 1D 0 35 52 26 15 45 25
Octal 236 112 35 0 65 122 46 25 105 45
Binary 10011110 1001010 11101 0 110101 1010010 100110 10101 1000101 100101

Color Harmonies of #9E4A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4A1D

Black with #9E4A1D

Text Example


Text Example

White with #9E4A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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