Html Css Color HEX #9E4D1C Rich Gold

📋 copy color: '#9E4D1C'

red 158 ◦ green 77 ◦ blue 28

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

Shades of Rich Gold #9E4D1C

Tints of Rich Gold #9E4D1C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.28%

 BLUE value IS 28 (11.33% from 255) = 10.65%

R = 60.08%
G = 29.28%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E4D1C (or 0x9E4D1C) is known color: Rich Gold. HEX triplet: 9E, 4D and 1C. RGB value is (158,77,28). Sum of RGB (Red+Green+Blue) = 158+77+28=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E4D1C is #61B2E3. Grayscale: #5F5F5F. Windows color (decimal): -6402788 or 1854878. OLE color: 1854878.

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

Color convert

RGB 158 77 28 -
CMYK 0 0.51 0.82 0.38
HSL 22.62º 0.7% 0.36% -
HSV(B) 22.62º 0.82% 0.62% -
XYZ 16.96 12.66 2.65 -
YUV 95.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 158 77 28 0 0.51 0.82 0.38 22.62 0.7 0.36
Hex 9E 4D 1C 0 33 52 26 17 46 24
Octal 236 115 34 0 63 122 46 27 106 44
Binary 10011110 1001101 11100 0 110011 1010010 100110 10111 1000110 100100

Color Harmonies of #9E4D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4D1C

Black with #9E4D1C

Text Example


Text Example

White with #9E4D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,77,28); }

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

background-color css

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

 a { background-color: rgb(158,77,28); }

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

border-color css

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

 span { border-color: rgb(158,77,28); }

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