Html Css Color HEX #9E5B1E Rich Gold

📋 copy color: '#9E5B1E'

red 158 ◦ green 91 ◦ blue 30

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

Shades of Rich Gold #9E5B1E

Tints of Rich Gold #9E5B1E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.62%

 BLUE value IS 30 (12.11% from 255) = 10.75%

R = 56.63%
G = 32.62%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9E5B1E (or 0x9E5B1E) is known color: Rich Gold. HEX triplet: 9E, 5B and 1E. RGB value is (158,91,30). Sum of RGB (Red+Green+Blue) = 158+91+30=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5B1E is #61A4E1. Grayscale: #686868. Windows color (decimal): -6399202 or 1989534. OLE color: 1989534.

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

Color convert

RGB 158 91 30 -
CMYK 0 0.42 0.81 0.38
HSL 28.59º 0.68% 0.37% -
HSV(B) 28.59º 0.81% 0.62% -
XYZ 18.08 14.85 3.14 -
YUV 104.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 158 91 30 0 0.42 0.81 0.38 28.59 0.68 0.37
Hex 9E 5B 1E 0 2A 51 26 1D 44 25
Octal 236 133 36 0 52 121 46 35 104 45
Binary 10011110 1011011 11110 0 101010 1010001 100110 11101 1000100 100101

Color Harmonies of #9E5B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5B1E

Black with #9E5B1E

Text Example


Text Example

White with #9E5B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,91,30); }

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

background-color css

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

 a { background-color: rgb(158,91,30); }

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

border-color css

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

 span { border-color: rgb(158,91,30); }

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