Html Css Color HEX #9F8522 Hacienda

📋 copy color: '#9F8522'

red 159 ◦ green 133 ◦ blue 34

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

Shades of Hacienda #9F8522

Tints of Hacienda #9F8522

RGB

 RED value IS 159 (62.5% from 255) = 48.77%

 GREEN value IS 133 (52.34% from 255) = 40.8%

 BLUE value IS 34 (13.67% from 255) = 10.43%

R = 48.77%
G = 40.8%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F8522 (or 0x9F8522) is known color: Hacienda. HEX triplet: 9F, 85 and 22. RGB value is (159,133,34). Sum of RGB (Red+Green+Blue) = 159+133+34=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8522 is #607ADD. Grayscale: #818181. Windows color (decimal): -6322910 or 2262431. OLE color: 2262431.

HSL color Cylindrical-coordinate representation of color #9F8522: hue angle of 47.52º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F8522 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 133 34 -
CMYK 0 0.16 0.79 0.38
HSL 47.52º 0.65% 0.38% -
HSV(B) 47.52º 0.79% 0.62% -
XYZ 22.97 24.26 4.99 -
YUV 129.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 159 133 34 0 0.16 0.79 0.38 47.52 0.65 0.38
Hex 9F 85 22 0 10 4F 26 30 41 26
Octal 237 205 42 0 20 117 46 60 101 46
Binary 10011111 10000101 100010 0 10000 1001111 100110 110000 1000001 100110

Color Harmonies of #9F8522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8522

Black with #9F8522

Text Example


Text Example

White with #9F8522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,133,34); }

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

background-color css

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

 a { background-color: rgb(159,133,34); }

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

border-color css

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

 span { border-color: rgb(159,133,34); }

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