Html Css Color HEX #9A741F Hacienda

📋 copy color: '#9A741F'

red 154 ◦ green 116 ◦ blue 31

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

Shades of Hacienda #9A741F

Tints of Hacienda #9A741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 51.16%
G = 38.54%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#9A741F (or 0x9A741F) is known color: Hacienda. HEX triplet: 9A, 74 and 1F. RGB value is (154,116,31). Sum of RGB (Red+Green+Blue) = 154+116+31=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A741F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A741F is #658BE0. Grayscale: #767676. Windows color (decimal): -6654945 or 2061466. OLE color: 2061466.

HSL color Cylindrical-coordinate representation of color #9A741F: hue angle of 41.46º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A741F is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 116 31 -
CMYK 0 0.25 0.80 0.40
HSL 41.46º 0.66% 0.36% -
HSV(B) 41.46º 0.8% 0.6% -
XYZ 19.82 19.46 4.01 -
YUV 117.67 79.09 153.91 -
System Red Green Blue C M Y K H S L
Decimal 154 116 31 0 0.25 0.80 0.40 41.46 0.66 0.36
Hex 9A 74 1F 0 19 50 28 29 42 24
Octal 232 164 37 0 31 120 50 51 102 44
Binary 10011010 1110100 11111 0 11001 1010000 101000 101001 1000010 100100

Color Harmonies of #9A741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A741F

Black with #9A741F

Text Example


Text Example

White with #9A741F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,116,31); }

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

background-color css

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

 a { background-color: rgb(154,116,31); }

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

border-color css

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

 span { border-color: rgb(154,116,31); }

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