Html Css Color HEX #997321 Hacienda

📋 copy color: '#997321'

red 153 ◦ green 115 ◦ blue 33

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

Shades of Hacienda #997321

Tints of Hacienda #997321

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

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

R = 50.83%
G = 38.21%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#997321 (or 0x997321) is known color: Hacienda. HEX triplet: 99, 73 and 21. RGB value is (153,115,33). Sum of RGB (Red+Green+Blue) = 153+115+33=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #997321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997321 is #668CDE. Grayscale: #757575. Windows color (decimal): -6720735 or 2192281. OLE color: 2192281.

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

Color convert

RGB 153 115 33 -
CMYK 0 0.25 0.78 0.4
HSL 41º 0.65% 0.36% -
HSV(B) 41º 0.78% 0.6% -
XYZ 19.54 19.14 4.1 -
YUV 117.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 153 115 33 0 0.25 0.78 0.4 41 0.65 0.36
Hex 99 73 21 0 19 4E 28 29 41 24
Octal 231 163 41 0 31 116 50 51 101 44
Binary 10011001 1110011 100001 0 11001 1001110 101000 101001 1000001 100100

Color Harmonies of #997321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997321

Black with #997321

Text Example


Text Example

White with #997321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997321; }

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

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

background-color css

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

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

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

border-color css

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

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

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