Html Css Color HEX #9E731A Golden Brown

📋 copy color: '#9E731A'

red 158 ◦ green 115 ◦ blue 26

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

Shades of Golden Brown #9E731A

Tints of Golden Brown #9E731A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.7%

R = 52.84%
G = 38.46%
B = 8.7%

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

#9E731A (or 0x9E731A) is known color: Golden Brown. HEX triplet: 9E, 73 and 1A. RGB value is (158,115,26). Sum of RGB (Red+Green+Blue) = 158+115+26=299 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.84% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 158 - color contains mainly: red. Hex color #9E731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E731A is #618CE5. Grayscale: #767676. Windows color (decimal): -6393062 or 1733534. OLE color: 1733534.

HSL color Cylindrical-coordinate representation of color #9E731A: hue angle of 40.45º degrees, saturation: 0.72, 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 #9E731A is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 115 26 -
CMYK 0 0.27 0.84 0.38
HSL 40.45º 0.72% 0.36% -
HSV(B) 40.45º 0.84% 0.62% -
XYZ 20.42 19.61 3.69 -
YUV 117.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 158 115 26 0 0.27 0.84 0.38 40.45 0.72 0.36
Hex 9E 73 1A 0 1B 54 26 28 48 24
Octal 236 163 32 0 33 124 46 50 110 44
Binary 10011110 1110011 11010 0 11011 1010100 100110 101000 1001000 100100

Color Harmonies of #9E731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E731A

Black with #9E731A

Text Example


Text Example

White with #9E731A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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