Html Css Color HEX #9A7719 Hacienda

📋 copy color: '#9A7719'

red 154 ◦ green 119 ◦ blue 25

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

Shades of Hacienda #9A7719

Tints of Hacienda #9A7719

RGB

 RED value IS 154 (60.55% from 255) = 51.68%

 GREEN value IS 119 (46.88% from 255) = 39.93%

 BLUE value IS 25 (10.16% from 255) = 8.39%

R = 51.68%
G = 39.93%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#9A7719 (or 0x9A7719) is known color: Hacienda. HEX triplet: 9A, 77 and 19. RGB value is (154,119,25). Sum of RGB (Red+Green+Blue) = 154+119+25=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7719 is #6588E6. Grayscale: #777777. Windows color (decimal): -6654183 or 1669018. OLE color: 1669018.

HSL color Cylindrical-coordinate representation of color #9A7719: hue angle of 43.72º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A7719 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 119 25 -
CMYK 0 0.23 0.84 0.40
HSL 43.72º 0.72% 0.35% -
HSV(B) 43.72º 0.84% 0.6% -
XYZ 20.1 20.13 3.75 -
YUV 118.75 75.1 153.14 -
System Red Green Blue C M Y K H S L
Decimal 154 119 25 0 0.23 0.84 0.40 43.72 0.72 0.35
Hex 9A 77 19 0 17 54 28 2C 48 23
Octal 232 167 31 0 27 124 50 54 110 43
Binary 10011010 1110111 11001 0 10111 1010100 101000 101100 1001000 100011

Color Harmonies of #9A7719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7719

Black with #9A7719

Text Example


Text Example

White with #9A7719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,119,25); }

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

background-color css

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

 a { background-color: rgb(154,119,25); }

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

border-color css

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

 span { border-color: rgb(154,119,25); }

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