Html Css Color HEX #9E740D Golden Brown

📋 copy color: '#9E740D'

red 158 ◦ green 116 ◦ blue 13

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

Shades of Golden Brown #9E740D

Tints of Golden Brown #9E740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.53%

R = 55.05%
G = 40.42%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9E740D (or 0x9E740D) is known color: Golden Brown. HEX triplet: 9E, 74 and 0D. RGB value is (158,116,13). Sum of RGB (Red+Green+Blue) = 158+116+13=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E740D is #618BF2. Grayscale: #757575. Windows color (decimal): -6392819 or 881822. OLE color: 881822.

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

Color convert

RGB 158 116 13 -
CMYK 0 0.27 0.92 0.38
HSL 42.62º 0.85% 0.34% -
HSV(B) 42.62º 0.92% 0.62% -
XYZ 20.42 19.79 3.12 -
YUV 116.82 69.41 157.38 -
System Red Green Blue C M Y K H S L
Decimal 158 116 13 0 0.27 0.92 0.38 42.62 0.85 0.34
Hex 9E 74 D 0 1B 5C 26 2B 55 22
Octal 236 164 15 0 33 134 46 53 125 42
Binary 10011110 1110100 1101 0 11011 1011100 100110 101011 1010101 100010

Color Harmonies of #9E740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E740D

Black with #9E740D

Text Example


Text Example

White with #9E740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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