Html Css Color HEX #9E7B10 Hacienda

📋 copy color: '#9E7B10'

red 158 ◦ green 123 ◦ blue 16

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

Shades of Hacienda #9E7B10

Tints of Hacienda #9E7B10

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.41%

 BLUE value IS 16 (6.64% from 255) = 5.39%

R = 53.2%
G = 41.41%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9E7B10 (or 0x9E7B10) is known color: Hacienda. HEX triplet: 9E, 7B and 10. RGB value is (158,123,16). Sum of RGB (Red+Green+Blue) = 158+123+16=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7B10 is #6184EF. Grayscale: #797979. Windows color (decimal): -6391024 or 1080222. OLE color: 1080222.

HSL color Cylindrical-coordinate representation of color #9E7B10: hue angle of 45.21º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E7B10 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 123 16 -
CMYK 0 0.22 0.90 0.38
HSL 45.21º 0.82% 0.34% -
HSV(B) 45.21º 0.9% 0.62% -
XYZ 21.28 21.47 3.51 -
YUV 121.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 158 123 16 0 0.22 0.90 0.38 45.21 0.82 0.34
Hex 9E 7B 10 0 16 5A 26 2D 52 22
Octal 236 173 20 0 26 132 46 55 122 42
Binary 10011110 1111011 10000 0 10110 1011010 100110 101101 1010010 100010

Color Harmonies of #9E7B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7B10

Black with #9E7B10

Text Example


Text Example

White with #9E7B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,123,16); }

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

background-color css

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

 a { background-color: rgb(158,123,16); }

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

border-color css

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

 span { border-color: rgb(158,123,16); }

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