Html Css Color HEX #9E7702 Golden Brown

📋 copy color: '#9E7702'

red 158 ◦ green 119 ◦ blue 2

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

Shades of Golden Brown #9E7702

Tints of Golden Brown #9E7702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 56.63%
G = 42.65%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9E7702 (or 0x9E7702) is known color: Golden Brown. HEX triplet: 9E, 77 and 02. RGB value is (158,119,2). Sum of RGB (Red+Green+Blue) = 158+119+2=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7702 is #6188FD. Grayscale: #757575. Windows color (decimal): -6392062 or 161694. OLE color: 161694.

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

Color convert

RGB 158 119 2 -
CMYK 0 0.25 0.99 0.38
HSL 45º 0.98% 0.31% -
HSV(B) 45º 0.99% 0.62% -
XYZ 20.71 20.47 2.92 -
YUV 117.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 158 119 2 0 0.25 0.99 0.38 45 0.98 0.31
Hex 9E 77 2 0 19 63 26 2D 62 1F
Octal 236 167 2 0 31 143 46 55 142 37
Binary 10011110 1110111 10 0 11001 1100011 100110 101101 1100010 11111

Color Harmonies of #9E7702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7702

Black with #9E7702

Text Example


Text Example

White with #9E7702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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