Html Css Color HEX #9E770C Golden Brown

📋 copy color: '#9E770C'

red 158 ◦ green 119 ◦ blue 12

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

Shades of Golden Brown #9E770C

Tints of Golden Brown #9E770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.18%

 BLUE value IS 12 (5.08% from 255) = 4.15%

R = 54.67%
G = 41.18%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9E770C (or 0x9E770C) is known color: Golden Brown. HEX triplet: 9E, 77 and 0C. RGB value is (158,119,12). Sum of RGB (Red+Green+Blue) = 158+119+12=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E770C is #6188F3. Grayscale: #767676. Windows color (decimal): -6392052 or 817054. OLE color: 817054.

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

Color convert

RGB 158 119 12 -
CMYK 0 0.25 0.92 0.38
HSL 43.97º 0.86% 0.33% -
HSV(B) 43.97º 0.92% 0.62% -
XYZ 20.76 20.49 3.21 -
YUV 118.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 158 119 12 0 0.25 0.92 0.38 43.97 0.86 0.33
Hex 9E 77 C 0 19 5C 26 2C 56 21
Octal 236 167 14 0 31 134 46 54 126 41
Binary 10011110 1110111 1100 0 11001 1011100 100110 101100 1010110 100001

Color Harmonies of #9E770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E770C

Black with #9E770C

Text Example


Text Example

White with #9E770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,119,12); }

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

background-color css

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

 a { background-color: rgb(158,119,12); }

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

border-color css

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

 span { border-color: rgb(158,119,12); }

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