Html Css Color HEX #9E4823 Rich Gold

📋 copy color: '#9E4823'

red 158 ◦ green 72 ◦ blue 35

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

Shades of Rich Gold #9E4823

Tints of Rich Gold #9E4823

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

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

R = 59.62%
G = 27.17%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9E4823 (or 0x9E4823) is known color: Rich Gold. HEX triplet: 9E, 48 and 23. RGB value is (158,72,35). Sum of RGB (Red+Green+Blue) = 158+72+35=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4823 is #61B7DC. Grayscale: #5D5D5D. Windows color (decimal): -6404061 or 2312350. OLE color: 2312350.

HSL color Cylindrical-coordinate representation of color #9E4823: hue angle of 18.05º 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 #9E4823 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 72 35 -
CMYK 0 0.54 0.78 0.38
HSL 18.05º 0.64% 0.38% -
HSV(B) 18.05º 0.78% 0.62% -
XYZ 16.72 12.03 3.03 -
YUV 93.5 94.99 174.01 -
System Red Green Blue C M Y K H S L
Decimal 158 72 35 0 0.54 0.78 0.38 18.05 0.64 0.38
Hex 9E 48 23 0 36 4E 26 12 40 26
Octal 236 110 43 0 66 116 46 22 100 46
Binary 10011110 1001000 100011 0 110110 1001110 100110 10010 1000000 100110

Color Harmonies of #9E4823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4823

Black with #9E4823

Text Example


Text Example

White with #9E4823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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