Html Css Color HEX #9E7001 Golden Brown

📋 copy color: '#9E7001'

red 158 ◦ green 112 ◦ blue 1

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

Shades of Golden Brown #9E7001

Tints of Golden Brown #9E7001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.33%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 58.3%
G = 41.33%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9E7001 (or 0x9E7001) is known color: Golden Brown. HEX triplet: 9E, 70 and 01. RGB value is (158,112,1). Sum of RGB (Red+Green+Blue) = 158+112+1=271 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.30% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7001 is #618FFE. Grayscale: #717171. Windows color (decimal): -6393855 or 94366. OLE color: 94366.

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

Color convert

RGB 158 112 1 -
CMYK 0 0.29 0.99 0.38
HSL 42.42º 0.99% 0.31% -
HSV(B) 42.42º 0.99% 0.62% -
XYZ 19.9 18.86 2.62 -
YUV 113.1 64.74 160.03 -
System Red Green Blue C M Y K H S L
Decimal 158 112 1 0 0.29 0.99 0.38 42.42 0.99 0.31
Hex 9E 70 1 0 1D 63 26 2A 63 1F
Octal 236 160 1 0 35 143 46 52 143 37
Binary 10011110 1110000 1 0 11101 1100011 100110 101010 1100011 11111

Color Harmonies of #9E7001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7001

Black with #9E7001

Text Example


Text Example

White with #9E7001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,112,1); }

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

background-color css

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

 a { background-color: rgb(158,112,1); }

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

border-color css

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

 span { border-color: rgb(158,112,1); }

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