Html Css Color HEX #9E711A Golden Brown

📋 copy color: '#9E711A'

red 158 ◦ green 113 ◦ blue 26

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

Shades of Golden Brown #9E711A

Tints of Golden Brown #9E711A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.05%

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

R = 53.2%
G = 38.05%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E711A (or 0x9E711A) is known color: Golden Brown. HEX triplet: 9E, 71 and 1A. RGB value is (158,113,26). Sum of RGB (Red+Green+Blue) = 158+113+26=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E711A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E711A is #618EE5. Grayscale: #747474. Windows color (decimal): -6393574 or 1733022. OLE color: 1733022.

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

Color convert

RGB 158 113 26 -
CMYK 0 0.28 0.84 0.38
HSL 39.55º 0.72% 0.36% -
HSV(B) 39.55º 0.84% 0.62% -
XYZ 20.19 19.15 3.61 -
YUV 116.54 76.91 157.57 -
System Red Green Blue C M Y K H S L
Decimal 158 113 26 0 0.28 0.84 0.38 39.55 0.72 0.36
Hex 9E 71 1A 0 1C 54 26 28 48 24
Octal 236 161 32 0 34 124 46 50 110 44
Binary 10011110 1110001 11010 0 11100 1010100 100110 101000 1001000 100100

Color Harmonies of #9E711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E711A

Black with #9E711A

Text Example


Text Example

White with #9E711A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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