Html Css Color HEX #9E7319 Golden Brown

📋 copy color: '#9E7319'

red 158 ◦ green 115 ◦ blue 25

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

Shades of Golden Brown #9E7319

Tints of Golden Brown #9E7319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.59%

 BLUE value IS 25 (10.16% from 255) = 8.39%

R = 53.02%
G = 38.59%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E7319 (or 0x9E7319) is known color: Golden Brown. HEX triplet: 9E, 73 and 19. RGB value is (158,115,25). Sum of RGB (Red+Green+Blue) = 158+115+25=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7319 is #618CE6. Grayscale: #767676. Windows color (decimal): -6393063 or 1667998. OLE color: 1667998.

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

Color convert

RGB 158 115 25 -
CMYK 0 0.27 0.84 0.38
HSL 40.6º 0.73% 0.36% -
HSV(B) 40.6º 0.84% 0.62% -
XYZ 20.41 19.6 3.63 -
YUV 117.6 75.75 156.82 -
System Red Green Blue C M Y K H S L
Decimal 158 115 25 0 0.27 0.84 0.38 40.6 0.73 0.36
Hex 9E 73 19 0 1B 54 26 29 49 24
Octal 236 163 31 0 33 124 46 51 111 44
Binary 10011110 1110011 11001 0 11011 1010100 100110 101001 1001001 100100

Color Harmonies of #9E7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7319

Black with #9E7319

Text Example


Text Example

White with #9E7319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,115,25); }

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

background-color css

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

 a { background-color: rgb(158,115,25); }

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

border-color css

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

 span { border-color: rgb(158,115,25); }

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