Html Css Color HEX #9E8315 Hacienda

📋 copy color: '#9E8315'

red 158 ◦ green 131 ◦ blue 21

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

Shades of Hacienda #9E8315

Tints of Hacienda #9E8315

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.26%

 BLUE value IS 21 (8.59% from 255) = 6.77%

R = 50.97%
G = 42.26%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9E8315 (or 0x9E8315) is known color: Hacienda. HEX triplet: 9E, 83 and 15. RGB value is (158,131,21). Sum of RGB (Red+Green+Blue) = 158+131+21=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8315 is #617CEA. Grayscale: #7F7F7F. Windows color (decimal): -6388971 or 1409950. OLE color: 1409950.

HSL color Cylindrical-coordinate representation of color #9E8315: hue angle of 48.18º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E8315 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 131 21 -
CMYK 0 0.17 0.87 0.38
HSL 48.18º 0.77% 0.35% -
HSV(B) 48.18º 0.87% 0.62% -
XYZ 22.35 23.56 4.08 -
YUV 126.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 158 131 21 0 0.17 0.87 0.38 48.18 0.77 0.35
Hex 9E 83 15 0 11 57 26 30 4D 23
Octal 236 203 25 0 21 127 46 60 115 43
Binary 10011110 10000011 10101 0 10001 1010111 100110 110000 1001101 100011

Color Harmonies of #9E8315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8315

Black with #9E8315

Text Example


Text Example

White with #9E8315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,131,21); }

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

background-color css

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

 a { background-color: rgb(158,131,21); }

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

border-color css

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

 span { border-color: rgb(158,131,21); }

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