Html Css Color HEX #997521 Hacienda

📋 copy color: '#997521'

red 153 ◦ green 117 ◦ blue 33

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

Shades of Hacienda #997521

Tints of Hacienda #997521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.61%

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

R = 50.5%
G = 38.61%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#997521 (or 0x997521) is known color: Hacienda. HEX triplet: 99, 75 and 21. RGB value is (153,117,33). Sum of RGB (Red+Green+Blue) = 153+117+33=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #997521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997521 is #668ADE. Grayscale: #767676. Windows color (decimal): -6720223 or 2192793. OLE color: 2192793.

HSL color Cylindrical-coordinate representation of color #997521: hue angle of 42º 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 #997521 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 117 33 -
CMYK 0 0.24 0.78 0.4
HSL 42º 0.65% 0.36% -
HSV(B) 42º 0.78% 0.6% -
XYZ 19.77 19.6 4.18 -
YUV 118.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 153 117 33 0 0.24 0.78 0.4 42 0.65 0.36
Hex 99 75 21 0 18 4E 28 2A 41 24
Octal 231 165 41 0 30 116 50 52 101 44
Binary 10011001 1110101 100001 0 11000 1001110 101000 101010 1000001 100100

Color Harmonies of #997521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997521

Black with #997521

Text Example


Text Example

White with #997521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997521; }

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

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

background-color css

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

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

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

border-color css

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

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

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