Html Css Color HEX #9E4D26 Rich Gold

📋 copy color: '#9E4D26'

red 158 ◦ green 77 ◦ blue 38

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

Shades of Rich Gold #9E4D26

Tints of Rich Gold #9E4D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 57.88%
G = 28.21%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9E4D26 (or 0x9E4D26) is known color: Rich Gold. HEX triplet: 9E, 4D and 26. RGB value is (158,77,38). Sum of RGB (Red+Green+Blue) = 158+77+38=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E4D26 is #61B2D9. Grayscale: #616161. Windows color (decimal): -6402778 or 2510238. OLE color: 2510238.

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

Color convert

RGB 158 77 38 -
CMYK 0 0.51 0.76 0.38
HSL 19.5º 0.61% 0.38% -
HSV(B) 19.5º 0.76% 0.62% -
XYZ 17.1 12.72 3.39 -
YUV 96.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 158 77 38 0 0.51 0.76 0.38 19.5 0.61 0.38
Hex 9E 4D 26 0 33 4C 26 14 3D 26
Octal 236 115 46 0 63 114 46 24 75 46
Binary 10011110 1001101 100110 0 110011 1001100 100110 10100 111101 100110

Color Harmonies of #9E4D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4D26

Black with #9E4D26

Text Example


Text Example

White with #9E4D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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