Html Css Color HEX #998321 Hacienda

📋 copy color: '#998321'

red 153 ◦ green 131 ◦ blue 33

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

Shades of Hacienda #998321

Tints of Hacienda #998321

RGB

 RED value IS 153 (60.16% from 255) = 48.26%

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

 BLUE value IS 33 (13.28% from 255) = 10.41%

R = 48.26%
G = 41.32%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#998321 (or 0x998321) is known color: Hacienda. HEX triplet: 99, 83 and 21. RGB value is (153,131,33). Sum of RGB (Red+Green+Blue) = 153+131+33=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #998321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998321 is #667CDE. Grayscale: #7E7E7E. Windows color (decimal): -6716639 or 2196377. OLE color: 2196377.

HSL color Cylindrical-coordinate representation of color #998321: hue angle of 49º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #998321 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 131 33 -
CMYK 0 0.14 0.78 0.4
HSL 49º 0.65% 0.36% -
HSV(B) 49º 0.78% 0.6% -
XYZ 21.53 23.11 4.77 -
YUV 126.41 75.29 146.97 -
System Red Green Blue C M Y K H S L
Decimal 153 131 33 0 0.14 0.78 0.4 49 0.65 0.36
Hex 99 83 21 0 E 4E 28 31 41 24
Octal 231 203 41 0 16 116 50 61 101 44
Binary 10011001 10000011 100001 0 1110 1001110 101000 110001 1000001 100100

Color Harmonies of #998321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998321

Black with #998321

Text Example


Text Example

White with #998321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998321; }

 p { color: rgb(153,131,33); }

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

background-color css

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

 a { background-color: rgb(153,131,33); }

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

border-color css

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

 span { border-color: rgb(153,131,33); }

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