#997a2b

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

Shades of Hacienda #997A2B

Tints of Hacienda #997A2B

Color information

#997A2B (or 0x997A2B) is unknown color: approx Hacienda. HEX triplet: 99, 7A and 2B. RGB value is (153,122,43). Sum of RGB (Red+Green+Blue) = 153+122+43=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #997A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997A2B is #6685D4. Grayscale: #7A7A7A. Windows color (decimal): -6718933 or 2849433. OLE color: 2849433.

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

Color convert

RGB15312243-
CMYK00.200.720.4
HSL43.09º56.12%38.43%-
HSV(B)43.09º71.9%60%-
XYZ20.5320.875.23-
YUV122.2683.27149.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 122 (48.05% from 255) = 38.36%
BLUE value IS 43 (17.19% from 255) = 13.52%
R=48.11%
G=38.36%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531224300.200.720.443.0956.1238.43
Hex997A2B01448282b3826
Octal2311725302411050537046
Binary1001100111110101010110101001001000101000101011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997a2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,122,43); }

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

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

 a { background-color: rgb(153,122,43); }

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

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

 span { border-color: rgb(153,122,43); }

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