Html Css Color HEX #9A741E Hacienda

📋 copy color: '#9A741E'

red 154 ◦ green 116 ◦ blue 30

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

Shades of Hacienda #9A741E

Tints of Hacienda #9A741E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10%

R = 51.33%
G = 38.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A741E (or 0x9A741E) is known color: Hacienda. HEX triplet: 9A, 74 and 1E. RGB value is (154,116,30). Sum of RGB (Red+Green+Blue) = 154+116+30=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A741E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A741E is #658BE1. Grayscale: #757575. Windows color (decimal): -6654946 or 1995930. OLE color: 1995930.

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

Color convert

RGB 154 116 30 -
CMYK 0 0.25 0.81 0.40
HSL 41.61º 0.67% 0.36% -
HSV(B) 41.61º 0.81% 0.6% -
XYZ 19.81 19.45 3.94 -
YUV 117.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 154 116 30 0 0.25 0.81 0.40 41.61 0.67 0.36
Hex 9A 74 1E 0 19 51 28 2A 43 24
Octal 232 164 36 0 31 121 50 52 103 44
Binary 10011010 1110100 11110 0 11001 1010001 101000 101010 1000011 100100

Color Harmonies of #9A741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A741E

Black with #9A741E

Text Example


Text Example

White with #9A741E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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