Html Css Color HEX #9A831B Hacienda

📋 copy color: '#9A831B'

red 154 ◦ green 131 ◦ blue 27

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

Shades of Hacienda #9A831B

Tints of Hacienda #9A831B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 49.36%
G = 41.99%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A831B (or 0x9A831B) is known color: Hacienda. HEX triplet: 9A, 83 and 1B. RGB value is (154,131,27). Sum of RGB (Red+Green+Blue) = 154+131+27=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A831B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A831B is #657CE4. Grayscale: #7E7E7E. Windows color (decimal): -6651109 or 1803162. OLE color: 1803162.

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

Color convert

RGB 154 131 27 -
CMYK 0 0.15 0.82 0.40
HSL 49.13º 0.7% 0.35% -
HSV(B) 49.13º 0.82% 0.6% -
XYZ 21.64 23.18 4.37 -
YUV 126.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 154 131 27 0 0.15 0.82 0.40 49.13 0.7 0.35
Hex 9A 83 1B 0 F 52 28 31 46 23
Octal 232 203 33 0 17 122 50 61 106 43
Binary 10011010 10000011 11011 0 1111 1010010 101000 110001 1000110 100011

Color Harmonies of #9A831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A831B

Black with #9A831B

Text Example


Text Example

White with #9A831B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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