Html Css Color HEX #9E740A Golden Brown

📋 copy color: '#9E740A'

red 158 ◦ green 116 ◦ blue 10

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

Shades of Golden Brown #9E740A

Tints of Golden Brown #9E740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

 BLUE value IS 10 (4.3% from 255) = 3.52%

R = 55.63%
G = 40.85%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9E740A (or 0x9E740A) is known color: Golden Brown. HEX triplet: 9E, 74 and 0A. RGB value is (158,116,10). Sum of RGB (Red+Green+Blue) = 158+116+10=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E740A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E740A is #618BF5. Grayscale: #747474. Windows color (decimal): -6392822 or 685214. OLE color: 685214.

HSL color Cylindrical-coordinate representation of color #9E740A: hue angle of 42.97º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E740A is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 116 10 -
CMYK 0 0.27 0.94 0.38
HSL 42.97º 0.88% 0.33% -
HSV(B) 42.97º 0.94% 0.62% -
XYZ 20.4 19.78 3.03 -
YUV 116.47 67.91 157.62 -
System Red Green Blue C M Y K H S L
Decimal 158 116 10 0 0.27 0.94 0.38 42.97 0.88 0.33
Hex 9E 74 A 0 1B 5E 26 2B 58 21
Octal 236 164 12 0 33 136 46 53 130 41
Binary 10011110 1110100 1010 0 11011 1011110 100110 101011 1011000 100001

Color Harmonies of #9E740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E740A

Black with #9E740A

Text Example


Text Example

White with #9E740A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,116,10); }

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

background-color css

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

 a { background-color: rgb(158,116,10); }

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

border-color css

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

 span { border-color: rgb(158,116,10); }

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