Html Css Color HEX #997320 Hacienda

📋 copy color: '#997320'

red 153 ◦ green 115 ◦ blue 32

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

Shades of Hacienda #997320

Tints of Hacienda #997320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.67%

R = 51%
G = 38.33%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#997320 (or 0x997320) is known color: Hacienda. HEX triplet: 99, 73 and 20. RGB value is (153,115,32). Sum of RGB (Red+Green+Blue) = 153+115+32=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #997320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997320 is #668CDF. Grayscale: #757575. Windows color (decimal): -6720736 or 2126745. OLE color: 2126745.

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

Color convert

RGB 153 115 32 -
CMYK 0 0.25 0.79 0.4
HSL 41.16º 0.65% 0.36% -
HSV(B) 41.16º 0.79% 0.6% -
XYZ 19.53 19.14 4.03 -
YUV 116.9 80.09 153.75 -
System Red Green Blue C M Y K H S L
Decimal 153 115 32 0 0.25 0.79 0.4 41.16 0.65 0.36
Hex 99 73 20 0 19 4F 28 29 41 24
Octal 231 163 40 0 31 117 50 51 101 44
Binary 10011001 1110011 100000 0 11001 1001111 101000 101001 1000001 100100

Color Harmonies of #997320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997320

Black with #997320

Text Example


Text Example

White with #997320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997320; }

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

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

background-color css

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

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

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

border-color css

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

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

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