#997D2A

Color #997D2A Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #997D2A

Tints of Hacienda #997D2A

Color information

#997D2A (or 0x997D2A) is unknown color: approx Hacienda. HEX triplet: 99, 7D and 2A. RGB value is (153,125,42). Sum of RGB (Red+Green+Blue) = 153+125+42=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #997D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D2A is #6682D5. Grayscale: #7C7C7C. Windows color (decimal): -6718166 or 2784665. OLE color: 2784665.

HSL color Cylindrical-coordinate representation of color #997D2A: hue angle of 44.86º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #997D2A is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB15312542-
CMYK00.180.730.4
HSL44.86º56.92%38.24%-
HSV(B)44.86º72.55%60%-
XYZ20.8921.615.26-
YUV123.9181.78148.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 42 (16.80% from 255) = 13.12%
R=47.81%
G=39.06%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531254200.180.730.444.8656.9238.24
Hex997D2A01249282d3926
Octal2311755202211150557146
Binary1001100111111011010100100101001001101000101101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997D2A; }

 p { color: rgb(153,125,42); }

 H1.HeaderClassName
 {
   color: #997D2A;
 }
 .AnyTagClassName
 {
   color: #997D2A;
 }
</style>
background-color css

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

 a { background-color: rgb(153,125,42); }

 div.DivClassName
 {
   background-color: #997D2A;
 }
 .BgClassName
 {
   background-color: #997D2A;
 }
</style>
border-color css

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

 span { border-color: rgb(153,125,42); }

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