Html Css Color HEX #9A831E Hacienda

📋 copy color: '#9A831E'

red 154 ◦ green 131 ◦ blue 30

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

Shades of Hacienda #9A831E

Tints of Hacienda #9A831E

RGB

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

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

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

R = 48.89%
G = 41.59%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A831E (or 0x9A831E) is known color: Hacienda. HEX triplet: 9A, 83 and 1E. RGB value is (154,131,30). Sum of RGB (Red+Green+Blue) = 154+131+30=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A831E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A831E is #657CE1. Grayscale: #7E7E7E. Windows color (decimal): -6651106 or 1999770. OLE color: 1999770.

HSL color Cylindrical-coordinate representation of color #9A831E: hue angle of 48.87º 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 #9A831E is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 131 30 -
CMYK 0 0.15 0.81 0.40
HSL 48.87º 0.67% 0.36% -
HSV(B) 48.87º 0.81% 0.6% -
XYZ 21.68 23.2 4.56 -
YUV 126.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 154 131 30 0 0.15 0.81 0.40 48.87 0.67 0.36
Hex 9A 83 1E 0 F 51 28 31 43 24
Octal 232 203 36 0 17 121 50 61 103 44
Binary 10011010 10000011 11110 0 1111 1010001 101000 110001 1000011 100100

Color Harmonies of #9A831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A831E

Black with #9A831E

Text Example


Text Example

White with #9A831E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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